mbeckerle commented on a change in pull request #324: WIP: DAFFODIL-1444 Schema 
Compiler Space/Speed
URL: https://github.com/apache/incubator-daffodil/pull/324#discussion_r379244307
 
 

 ##########
 File path: 
daffodil-core/src/main/scala/org/apache/daffodil/compiler/Compiler.scala
 ##########
 @@ -364,7 +367,9 @@ class Compiler(var validateDFDLSchemas: Boolean = true)
           log(LogLevel.Compile, "ProcessorFactory completed with no errors.")
         }
       }
-      log(LogLevel.Compile, "Schema had %s elements.", ElementBase.count)
+      log(LogLevel.Info, "Schema had %s elements.", ElementBase.count)
+
+      log(LogLevel.Info, "Schema memoized %s shared terms.", Memoize1.size)
 
 Review comment:
   remove

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to