Skip to content

Commit 000c387

Browse files
authored
gh-87092: create a 'jump target label' abstraction so that the compiler's codegen stage does not work directly with basic blocks (GH-95398)
1 parent 2fef275 commit 000c387

File tree

2 files changed

+386
-354
lines changed

2 files changed

+386
-354
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Create a 'jump target label' abstraction in the compiler so that the compiler's codegen stage does not work directly with basic blocks. This prepares the code for changes to the underlying CFG generation mechanism.

0 commit comments

Comments
 (0)