mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
gh-87092: create a 'jump target label' abstraction so that the compiler's codegen stage does not work directly with basic blocks (GH-95398)
This commit is contained in:
parent
2fef27589e
commit
000c3874bf
2 changed files with 386 additions and 354 deletions
|
|
@ -0,0 +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.
|
||||
739
Python/compile.c
739
Python/compile.c
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue