6 ms·
Pretty sure. The instruction layout is also inspired by Lua: https://github.com/svaarala/duktape/blob/master/src/duk_js_bytecode.h#L8-L30 https://github.com/sva
by macournoyer 12y ago
Pretty sure. The instruction layout is also inspired by Lua: https://github.com/svaarala/duktape/blob/master/src/duk_js_bytecode.h#L8-L30 https://github.com/svaarala/duktape/blob/master/src/duk_js_b...
Here's Lua: https://github.com/lua/lua/blob/master/src/lopcodes.h#L13-L29 https://github.com/lua/lua/blob/master/src/lopcodes.h#L13-L2...