Merge branch 'mcode_streamline' into runtime_rework

This commit is contained in:
2026-02-13 15:42:20 -06:00
31 changed files with 113406 additions and 121977 deletions

View File

@@ -1,5 +1,4 @@
// regen.ce — regenerate .mcode bytecode files and pre-warm .mach cache
// Run with: ./cell --core . regen
var fd = use("fd")
var json = use("json")
@@ -20,7 +19,8 @@ var files = [
{src: "qbe_emit.cm", name: "qbe_emit", out: "boot/qbe_emit.cm.mcode"},
{src: "verify_ir.cm", name: "verify_ir", out: "boot/verify_ir.cm.mcode"},
{src: "internal/bootstrap.cm", name: "bootstrap", out: "boot/bootstrap.cm.mcode"},
{src: "internal/engine.cm", name: "engine", out: "boot/engine.cm.mcode"}
{src: "internal/engine.cm", name: "engine", out: "boot/engine.cm.mcode"},
{src: "boot/seed_bootstrap.cm", name: "seed_bootstrap", out: "boot/seed_bootstrap.cm.mcode"}
]
// Resolve shop_path for cache writes