Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-09-13 | r/4838 refactor(tvix/eval): use CodeIdx wrapper for instruction pointer | Vincent Ambo | 1 | -3/+3 |
2022-09-11 | r/4799 fix(tvix/eval): use correct lambda address in observer | Vincent Ambo | 1 | -1/+1 |
2022-09-10 | r/4783 feat(tvix/eval): implement OpTailCall | Vincent Ambo | 1 | -0/+12 |
2022-09-09 | r/4779 feat(tvix/eval): implement TracingObserver for runtime tracing | Vincent Ambo | 1 | -0/+54 |
2022-09-09 | r/4778 feat(tvix/eval): implement runtime tracing methods for Observer | Vincent Ambo | 1 | -1/+18 |
2022-09-09 | r/4777 refactor(tvix/eval): move `disassemble_op` to the Chunk structure | Vincent Ambo | 1 | -2/+1 |
2022-09-09 | r/4775 feat(tvix/eval): implement DisassemblingObserver for compiler | Vincent Ambo | 1 | -2/+64 |
2022-09-09 | r/4774 feat(tvix/eval): implement (compilation) observer trait | Vincent Ambo | 1 | -0/+36 |