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
Recompilation should work now with latest commit, but nesting EHs inside handler blocks can still screw up some of the CFG building due to some very rudimentary handler boundary detection.
Describe the bug
Devirtualization of any method containing a
filter
region will leed to an exception.To Reproduce
Attempt to devirtualize the following sample:
filter-handler-sample.zip
Screenshots
Using code from https://github.com/Washi1337/OldRod/tree/a8dfa553769f5fcef3c5f2338242fa1561525acd
After applying changes in #54:
The text was updated successfully, but these errors were encountered: