We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e3156b commit 243131aCopy full SHA for 243131a
1 file changed
Python/optimizer_bytecodes.c
@@ -1786,6 +1786,9 @@ dummy_func(void) {
1786
op(_GUARD_IP__PUSH_FRAME, (ip/4 --)) {
1787
(void)ip;
1788
stack_pointer = sym_set_stack_depth((int)this_instr->operand1, stack_pointer);
1789
+ // TO DO
1790
+ // Normal function calls to known functions
1791
+ // do not need an IP guard.
1792
}
1793
1794
op(_GUARD_IP_YIELD_VALUE, (ip/4 --)) {
0 commit comments