• Kevin Modzelewski's avatar
    Fix a gc bug with codegen strings · 4a3f4489
    Kevin Modzelewski authored
    If we ask for a string as non-interned, and then ask for an interned
    version of the string, we will discard the non-interned version and
    generated a new interned version.  Now, keep the old version alive
    as well.
    4a3f4489
types.cpp 127 KB