You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
Dwarf EH: explicitly remove our reference to caught Throwable
We should explicitly remove our reference to the caught Throwable, such that there are no lingering references to it.
This enables the code in line 71 to work (where we want to reuse the preallocated ehstorage). Without this patch, only the very first exception thrown is using `ehstorage` and all other exceptions cannot use that struct any more because of the dangling ehstorage.object reference.
0 commit comments