quicker fn call

This commit is contained in:
2026-02-20 21:24:18 -06:00
parent 3e4f3dff11
commit 55fa250f12
2 changed files with 18 additions and 45 deletions

View File

@@ -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) {