1
0
forked from M-Labs/nac3
nac3/nac3core/src/toplevel
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
..
snapshots update insta snapshots 2022-04-12 09:56:49 +08:00
builtins.rs core: Allocate more stack variables at the beginning of function 2023-10-06 11:42:47 +08:00
composer.rs nac3standalone: allow classes without explicit init (#221) 2022-07-07 10:36:25 +08:00
helper.rs nac3core: fix exception type in primitive store 2022-05-29 19:14:00 +08:00
mod.rs nac3core: refactored for better error messages 2022-02-21 18:24:19 +08:00
test.rs nac3standalone: allow classes without explicit init (#221) 2022-07-07 10:36:25 +08:00
type_annotation.rs spelling (#264) 2022-04-13 11:32:31 +08:00