nac3/nac3core
David Mak b3736c3e99 core: Disallow returning of non-primitive values
Non-primitive values are represented by an `alloca`-ed value in the
function body, and when the pointer is returned from the function, the
`alloca`-ed object is deallocated on the stack.

Related to #54.
2024-01-29 12:49:24 +08:00
..
src core: Disallow returning of non-primitive values 2024-01-29 12:49:24 +08:00
Cargo.toml meta: Update cargo dependencies 2023-12-12 15:41:59 +08:00
build.rs core: Do not discard value names for IRRT 2023-12-20 15:16:02 +08:00