Changeset bd06384 for src/main.cc


Ignore:
Timestamp:
Mar 22, 2018, 4:49:53 PM (6 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
new-env, with_gc
Children:
dbc2c2c
Parents:
7e4b44db
Message:

Add static roots to GC; fix some static GC_Objects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    r7e4b44db rbd06384  
    244244                OPTPRINT( "validate" )
    245245                SymTab::validate( translationUnit, symtabp );
    246                 collect( translationUnit );
    247246                if ( symtabp ) return 0;
     247                collect( translationUnit );
    248248
    249249                if ( expraltp ) {
Note: See TracChangeset for help on using the changeset viewer.