-
Notifications
You must be signed in to change notification settings - Fork 729
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Manage additional blocks in OSR infrastructure
If OSR exception edge removal is run sufficiently late, blocks may have been added between OSR catch and code blocks. In this situation, the assumptions made by DeadStoreCleanup may be invalid, so it should stop. Moreover, OSR exception edge removal should not run if infrastructure has already been removed. Signed-off-by: Nicholas Coughlin <[email protected]>
- Loading branch information
Nicholas Coughlin
committed
Oct 23, 2017
1 parent
4a9ac58
commit 35e988e
Showing
1 changed file
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters