fix inline issue

This commit is contained in:
2026-02-22 10:31:15 -06:00
parent b0ac5de7e2
commit d88692cd30
4 changed files with 74 additions and 11 deletions

View File

@@ -3213,6 +3213,9 @@ var streamline = function(ir, log) {
}
// Phase 2: Inline pass
if (ir._no_inline) {
return ir
}
var changed_main = false
var changed_fns = null
if (ir.main != null) {