compile: extract table computation from compiling_global to table_computation
[nit.git] / src / nitc.nit
index 08a44c2..f52cc14 100644 (file)
@@ -126,6 +126,7 @@ special AbstractCompiler
                end
                for mod in mods do
                        var p = new Program(mod)
+                       p.do_table_computation(self)
                        p.compile_prog_to_c(self)
                end
        end