continued work on new register allocator implementation.

next commit will have it integrated if it works
This commit is contained in:
2026-02-14 20:23:20 +00:00
parent 7b18922cc7
commit 4ed5da259e
5 changed files with 283 additions and 261 deletions
+5
View File
@@ -19,6 +19,11 @@
"command": "cargo run --bin dsx-build",
"use_new_terminal": true,
},
{
"label": "Check All",
"command": "cargo clippy --all-targets",
"use_new_terminal": false,
},
{
"label": "Build All (Release)",
"command": "cargo build --release",