• Kevin Modzelewski's avatar
    Add internStringImmortal helper function · db4bc778
    Kevin Modzelewski authored
    And internStringMortal, which for now just resolves to
    internStringImmortal, but lets us mark strings that
    could eventually be collected.  (We could use the same
    approach that CPython uses and have a string destructor
    that removes mortal strings from the intern table.)
    db4bc778
long.cpp 46.9 KB