tvl-depot/tvix/eval/src/compiler
Adam Joseph c096152953 refactor(tvix/eval): rename Opcode::DataLocalIdx to DataStackIdx
It is very confusing that this opcode is called DataLocalIdx, but it
carries a StackIdx rather than a LocalIdx.  It seems like this
really ought to be called DataStackIdx, but maybe I've
misunderstood; if so please explain it to me.

Change-Id: I91f6ffa759412beef0b91d3c19ec0d873fe51b99
Signed-off-by: Adam Joseph <adam@westernsemico.com>
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7088
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
2022-11-05 21:58:29 +00:00
..
bindings.rs fix(tvix/eval): fix condition for useless inherit warning 2022-10-23 15:50:35 +00:00
mod.rs refactor(tvix/eval): rename Opcode::DataLocalIdx to DataStackIdx 2022-11-05 21:58:29 +00:00
scope.rs fix(tvix/eval): inline mis-named Local::above() 2022-11-04 01:33:22 +00:00