depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tvix
/
eval
/
src
/
observer.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-23
r/5186
feat(tvix/eval): initial attempt at setting lambda names
Vincent Ambo
1
-4
/
+14
2022-10-11
r/5099
feat(tvix/eval): observe stack after exiting call frames/builtins
Vincent Ambo
1
-6
/
+18
2022-10-05
r/5035
refactor(tvix/eval): introduce source::SourceCode type
Vincent Ambo
1
-5
/
+5
2022-10-04
r/5033
refactor(tvix/eval): split observer traits in two
Vincent Ambo
1
-10
/
+14
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