• Kevin Modzelewski's avatar
    Make the GC-header managed by the GC · cd11e1d5
    Kevin Modzelewski authored
    Previously the gc header had to be set and managed by the user of the GC,
    which didn't make much sense.
    
    Also took this opportunity to clean up a bunch of old cruft.
    
    Also got rid of ObjectFlavors and AllocationKinds, in preference for
    a GCKind which I think makes more sense.  Right now there are only three
    different GCKinds, but I'm not sure if the previous AllocationKinds
    should each get their own GCKind.
    cd11e1d5
boxing.cpp 1.56 KB