continued work on new register allocator implementation.
next commit will have it integrated if it works
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user