• Kevin Modzelewski's avatar
    Remove __attribute__((__malloc__)) from the gc · a013784c
    Kevin Modzelewski authored
    This attribute unfortunately lets the compiler skip stores if
    the pointer doesn't escape.  This is bad because we will be
    looking at the memory during a collection; the compiler was skipping
    storing to cls and then the gc was crashing.
    a013784c
heap.h 19.5 KB