Changeset 7a37f25 for src/Common/GC.h


Ignore:
Timestamp:
Apr 27, 2018, 3:22:18 PM (6 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
new-env, with_gc
Children:
f6f0cca3
Parents:
42107b4
Message:

Fix bug with static root traces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/GC.h

    r42107b4 r7a37f25  
    108108        GC& gc = GC::get();
    109109        traceAll(gc, roots...);
    110         gc.trace_static_roots();
    111110}
    112111
     
    116115        GC& gc = GC::get();
    117116        traceAll(gc, roots...);
    118         gc.trace_static_roots();
    119117        gc.collect();
    120118}
Note: See TracChangeset for help on using the changeset viewer.