Skip to content

Commit 243131a

Browse files
add back TODO
1 parent 6e3156b commit 243131a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Python/optimizer_bytecodes.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1786,6 +1786,9 @@ dummy_func(void) {
17861786
op(_GUARD_IP__PUSH_FRAME, (ip/4 --)) {
17871787
(void)ip;
17881788
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.
17891792
}
17901793

17911794
op(_GUARD_IP_YIELD_VALUE, (ip/4 --)) {

0 commit comments

Comments
 (0)