mirror of
https://github.com/python/cpython.git
synced 2025-10-19 16:03:42 +00:00
gh-120619: Strength reduce function guards, support 2-operand uop forms (GH-124846)
Co-authored-by: Brandt Bucher <brandtbucher@gmail.com>
This commit is contained in:
parent
f8276bf5f3
commit
6293d00e72
17 changed files with 379 additions and 270 deletions
|
@ -413,7 +413,8 @@ do { \
|
|||
|
||||
#define CURRENT_OPARG() (next_uop[-1].oparg)
|
||||
|
||||
#define CURRENT_OPERAND() (next_uop[-1].operand)
|
||||
#define CURRENT_OPERAND0() (next_uop[-1].operand0)
|
||||
#define CURRENT_OPERAND1() (next_uop[-1].operand1)
|
||||
|
||||
#define JUMP_TO_JUMP_TARGET() goto jump_to_jump_target
|
||||
#define JUMP_TO_ERROR() goto jump_to_error_target
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue