• Chris Toshok's avatar
    trace through the exception ferry during GC · 083ef4e1
    Chris Toshok authored
    store the exception ferry (as an ExcInfo, not ExcData) within our internal
    thread state, and explicit visit type/value/traceback at gc time.
    
    This allows the gc to run during an unwind (a necessity since
    we're allocating new BoxedTraceback instances)
    083ef4e1
cxx_unwind.cpp 28.3 KB