snix/tvix/eval/src/compiler
Vincent Ambo ecbd7c6ca1 fix(tvix/eval): ensure that root stack slot actually exists
Instead of using a sentinel LocalIdx which potentially points to a
value in the locals stack that does not actually exist, set up an
initial uninitialised phantom value representing the result of the
root expression.

Change-Id: I82ea774daab83168020a3850bed57d35ab25c7df
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6424
Reviewed-by: sterni <sternenseemann@systemli.org>
Tested-by: BuildkiteCI
2022-09-08 19:54:02 +00:00
..
mod.rs fix(tvix/eval): ensure that root stack slot actually exists 2022-09-08 19:54:02 +00:00
scope.rs fix(tvix/eval): ensure that root stack slot actually exists 2022-09-08 19:54:02 +00:00