mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
GH-105848: Simplify the arrangement of CALL's stack (GH-107788)
This commit is contained in:
parent
0a7f48b9a8
commit
a9caf9cf90
16 changed files with 627 additions and 682 deletions
|
@ -47,7 +47,7 @@ a table to determine where to jump to when an exception is raised.
|
|||
|
||||
2 2 NOP
|
||||
|
||||
3 4 LOAD_GLOBAL 1 (NULL + g)
|
||||
3 4 LOAD_GLOBAL 1 (g + NULL)
|
||||
16 LOAD_CONST 1 (0)
|
||||
18 PRECALL 1
|
||||
22 CALL 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue