mirror of
https://github.com/python/cpython.git
synced 2026-04-14 15:50:50 +00:00
gh-145866: Convert CALL_INTRINSIC_1 to leave its inputs on the stack to be cleaned up by _POP_TOP. (GH-145964)
This commit is contained in:
parent
36b5284f04
commit
37121ef77e
10 changed files with 1257 additions and 1215 deletions
|
|
@ -1177,6 +1177,11 @@ dummy_func(void) {
|
|||
}
|
||||
}
|
||||
|
||||
op(_CALL_INTRINSIC_1, (value -- res, v)) {
|
||||
res = sym_new_not_null(ctx);
|
||||
v = value;
|
||||
}
|
||||
|
||||
op(_GUARD_IS_TRUE_POP, (flag -- )) {
|
||||
sym_apply_predicate_narrowing(ctx, flag, true);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue