Skip to content
  • John Dias's avatar
    Keep update frames live even in functions that never return · 41f7ea2f
    John Dias authored
    An unusual case, but without it:
    (a) we had an assertion failure
    (b) we can overwrite the caller's infotable, which might cause
        the garbage collector to collect live data.
    Better to keep the update frame live at all call sites,
    not just at returns.
    41f7ea2f