Closed matjin closed 1 year ago
Overall I think this PR is good. I am wondering should we try it on a big repo, e.g., vsplatform, so we can confirm that the performance is ok and there is no risks of infinite loops.
Overall I think this PR is good. I am wondering should we try it on a big repo, e.g., vsplatform, so we can confirm that the performance is ok and there is no risks of infinite loops.
Thank you for that. Still working on these evals
Provides support for the translation of methods with nested exception handlers (i.e. using block nested within another using block, or using nested within the catch handler of a try-catch). Removed limitations on exceptional translation, including finally handlers ending with throw.
Tested:
TODO: