first try of registry allocation

This commit is contained in:
2025-12-23 15:30:03 +01:00
parent ce900632d3
commit e5d912b28e
13 changed files with 461 additions and 350 deletions

View File

@@ -14,5 +14,5 @@ fn hello() {
fn main() {
hello()
putchar(10)
putchar(9 + 1)
}