diff options
author | Takashi Kokubun <[email protected]> | 2023-07-27 17:27:05 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2023-07-27 17:27:05 -0700 |
commit | 38be9a9b72d606024eb94900ed834b08493a1518 (patch) | |
tree | 7abc4724382a6d226eb4f9e2584fb606a477a8d6 /vm_exec.c | |
parent | bf4d64d8d0a35a1e92707e0cb2706348f21eb9b5 (diff) |
Clean up OPT_STACK_CACHING (#8132)
Notes
Notes:
Merged-By: k0kubun <[email protected]>
Diffstat (limited to 'vm_exec.c')
-rw-r--r-- | vm_exec.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -97,11 +97,6 @@ vm_exec_core(rb_execution_context_t *ec, VALUE initial) reg_cfp = ec->cfp; reg_pc = reg_cfp->pc; -#if OPT_STACK_CACHING - reg_a = initial; - reg_b = 0; -#endif - first: INSN_DISPATCH(); /*****************/ |