From f47e66cf8d6e433a1036113a69ec421966d3509c Mon Sep 17 00:00:00 2001 From: daurnimator Date: Fri, 12 May 2017 15:18:42 +1000 Subject: src/ldo.js: Don't bother keeping around a pool of CallInfo objects --- src/lvm.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lvm.js') diff --git a/src/lvm.js b/src/lvm.js index d86b783..7483738 100644 --- a/src/lvm.js +++ b/src/lvm.js @@ -494,6 +494,7 @@ const luaV_execute = function(L) { oci.l_savedpc = nci.l_savedpc; oci.pcOff = nci.pcOff; oci.callstatus |= lstate.CIST_TAIL; + oci.next = null; L.ci = oci; ci = L.ci; L.ciOff--; -- cgit v1.2.3-54-g00ecf