quicker fn call
This commit is contained in:
3
mcode.cm
3
mcode.cm
@@ -706,9 +706,6 @@ var mcode = function(ast) {
|
||||
var argc = length(args)
|
||||
var frame_slot = alloc_slot()
|
||||
emit_3("frame", frame_slot, func_slot, argc)
|
||||
var null_slot = alloc_slot()
|
||||
emit_1("null", null_slot)
|
||||
emit_3("setarg", frame_slot, 0, null_slot)
|
||||
var arg_idx = 1
|
||||
var _i = 0
|
||||
while (_i < argc) {
|
||||
|
||||
Reference in New Issue
Block a user