rust/compiler/rustc_const_eval
Ralf Jung 8ef0caa23c interpret: remove LocalValue::Unallocated, add Operand::Uninit
Operand::Uninit is an *allocated* operand that is fully uninitialized.
This lets us lazily allocate the actual backing store of *all* locals (no matter their ABI).

I also reordered things in pop_stack_frame at the same time.
I should probably have made that a separate commit...
2022-07-06 14:03:20 -04:00
..
src interpret: remove LocalValue::Unallocated, add Operand::Uninit 2022-07-06 14:03:20 -04:00
Cargo.toml Initial fixes on top of type interner commit 2022-05-28 11:38:22 -07:00