refactor(backend): Remove literal pool

This commit is contained in:
2026-06-12 18:51:43 +08:00
parent e3aa2e21c0
commit 1de7e2876c
3 changed files with 91 additions and 33 deletions
+2 -1
View File
@@ -2,4 +2,5 @@ pub struct ARMAsmVar {
pub name: String,
pub size: usize,
pub align: usize,
}
pub init: Option<i32>,
}