mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
complete rewrite
code generator uses flowgraph as intermediate representation. the old rep uses a list with explicit "StackRefs" to indicate the target of jumps. pyassem converts flowgraph to bytecode, breaks up individual steps of generating bytecode
This commit is contained in:
parent
f635abee3a
commit
36cc6a2197
4 changed files with 1778 additions and 1716 deletions
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue