Changeset f6f0cca3 for src/SynTree


Ignore:
Timestamp:
May 18, 2018, 10:05:49 AM (6 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
new-env, with_gc
Children:
ff29f08
Parents:
7a37f25
git-author:
Aaron Moss <a3moss@…> (05/17/18 15:51:08)
git-committer:
Aaron Moss <a3moss@…> (05/18/18 10:05:49)
Message:

Standard library builds in GC branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/GcTracer.h

    r7a37f25 rf6f0cca3  
    102102        void visit( Label& lbl ) {
    103103                acceptAll( lbl.get_attributes(), *visitor );
    104                 maybeAccept( lbl.get_statement(), *visitor );  // xxx - not sure this is needed...
     104                // maybeAccept( lbl.get_statement(), *visitor );  // introduces infinite loop in tracer
    105105        }
    106106
Note: See TracChangeset for help on using the changeset viewer.