nac3/nac3core
David Mak 60a503a791 core: Allocate more stack variables at the beginning of function
All allocas for temporary objects are now placed in the beginning of the
function. Allocas for on-temporary objects are not modified because
these variables may appear in a loop and thus must be uniquely
allocated by different allocas.
2023-10-06 11:42:47 +08:00
..
src core: Allocate more stack variables at the beginning of function 2023-10-06 11:42:47 +08:00
Cargo.toml meta: Update to Rust Edition 2021 2023-09-15 10:25:50 +08:00
build.rs flake: Add clang alongside clang-unwrapped 2023-09-30 09:31:18 +08:00