2017-11-18
2017-11-18 10:14:46 by Arne Goedeke <el@laramies.com>
-
3c057e5e93ea8f26325ae37ad1b787249ee58581
(2 lines)
(+2/-0)
[
Show
| Annotate
]
Branch: arne/faster_calls_again
Interpreter: do not copy save_locals_bitmask on reset
3569: Inside #if defined(PIKE_DEBUG)
n->num_args = 0;
n->return_addr = NULL;
#endif
+ n->save_locals_bitmask = NULL;
if (n->scope) add_ref(n->scope);
add_ref(n->current_object);
add_ref(n->current_program);