mbeckerle commented on a change in pull request #259: Incremental progress on 
schema compilation space/speed issue.
URL: https://github.com/apache/incubator-daffodil/pull/259#discussion_r301239009
 
 

 ##########
 File path: 
daffodil-core/src/main/scala/org/apache/daffodil/dsom/GlobalElementDeclFactory.scala
 ##########
 @@ -47,6 +48,10 @@ class GlobalElementDeclFactory(xmlArg: Node, 
schemaDocumentArg: SchemaDocument)
 
   def forElementRef(eRef: AbstractElementRef) = {
     new GlobalElementDecl(xml, schemaDocument, eRef, this)
+    // memoized(eRef)
   }
 
+  private val memoized =
 
 Review comment:
   unused code. Remove. Put back once we start using it. 

----------------------------------------------------------------
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