class GlobalCompilerPhase
super Phase
redef fun process_mainmodule(mainmodule, given_mmodules) do
if not toolcontext.opt_global.value then return
var modelbuilder = toolcontext.modelbuilder
var analysis = modelbuilder.do_rapid_type_analysis(mainmodule)
modelbuilder.run_global_compiler(mainmodule, analysis)
end
end
src/compiler/global_compiler.nit:41,1--50,3