From: Jean Privat Date: Thu, 14 Aug 2014 01:50:38 +0000 (-0400) Subject: phase: remove a useless verbose executed X-Git-Tag: v0.6.8~21^2 X-Git-Url: http://nitlanguage.org phase: remove a useless verbose executed Was called nb_classdefs*nb_phases times, so approximatively 50.000 for nitg. Without it, the gain is 6% in compiling nitg Signed-off-by: Jean Privat --- diff --git a/src/phase.nit b/src/phase.nit index ace2cb9..0705139 100644 --- a/src/phase.nit +++ b/src/phase.nit @@ -98,7 +98,6 @@ redef class ToolContext end errcount = self.error_count for nclassdef in nmodule.n_classdefs do - self.info(" phase: {phase} for {nclassdef.location}", 3) assert phase.toolcontext == self phase.process_nclassdef(nclassdef) for npropdef in nclassdef.n_propdefs do