[IMP] module/loading: do not try to load module graph when nothing to load
This simple optimization in load_marked_modules() avoids unnecessary calls to load_module_graph(). This provides a small speedup, and avoids confusing log: some module updates were making it look like the registry was loaded 5 times instead of once.
Loading
Please register or sign in to comment