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 bbb7ab9 commit db5d942Copy full SHA for db5d942
vm_exec.h
@@ -179,7 +179,6 @@ default: \
179
/* don't run tailcalls since that breaks FINISH */ \
180
if (val == Qundef && GET_CFP() != ec->cfp && (func = jit_compile(ec))) { \
181
val = func(ec, ec->cfp); \
182
- RESTORE_REGS(); /* fix cfp for tailcall */ \
183
if (ec->tag->state) THROW_EXCEPTION(val); \
184
} \
185
} while (0)
0 commit comments