Skip to content
  • Paul Sokolovsky's avatar
    Add exception stack unwind support for RETURN_VALUE. · 6472dea1
    Paul Sokolovsky authored
    This properly implements return from try/finally block(s).
    
    TODO: Consider if we need to do any value stack unwinding for RETURN_VALUE
    case. Intuitively, this is "success" return, so value stack should be in
    good shape, and unwinding shouldn't be required.
    6472dea1