progress on aot

This commit is contained in:
2026-02-16 21:58:45 -06:00
parent a1ee7dd458
commit 4b7cde9400
13 changed files with 789 additions and 421 deletions

View File

@@ -418,9 +418,9 @@ function run_tests(package_name, specific_test) {
var src_path = prefix + '/' + f
var src = text(fd.slurp(src_path))
var ast = analyze(src, src_path)
test_mod_noopt = run_ast_noopt_fn(mod_path + '_noopt', ast, {
test_mod_noopt = run_ast_noopt_fn(mod_path + '_noopt', ast, stone({
use: function(path) { return shop.use(path, use_pkg) }
})
}))
} disruption {
log.console(` DIFF: failed to load noopt module for ${f}`)
}