Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-09-06 | r/4670 fix(tvix/eval): distinguish statically between StackIdx and LocalIdx | Vincent Ambo | 1 | -21/+79 |
2022-09-06 | r/4668 feat(tvix/eval): track whether locals needs to be finalised | Vincent Ambo | 1 | -0/+4 |
2022-09-06 | r/4661 refactor(tvix/eval): decouple local depth & initialisation tracking | Vincent Ambo | 1 | -40/+22 |
2022-09-06 | r/4657 refactor(tvix/eval): thread dynamic upvalues through all contexts | Vincent Ambo | 1 | -2/+9 |
2022-09-04 | r/4643 refactor(tvix/eval): track with stack size as a simple integer | Vincent Ambo | 1 | -7/+18 |
2022-09-04 | r/4642 refactor(tvix/eval): move compiler's scope logic to separate module | Vincent Ambo | 1 | -0/+189 |