Make the loading process iterative

Description

The loader used to be recursive, which with long dependency chains might blow up in a RecursionError.

Moving to an iterative loading removes this problem.

Merge request reports

Loading