We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ae600f + 5e01e4a commit fc97a4bCopy full SHA for fc97a4b
eval/adjust.rkt
@@ -7,7 +7,8 @@
7
racket/match)
8
9
(provide backward-pass
10
- make-hint)
+ make-hint
11
+ drop-self-pointer)
12
13
; Hint is a vector with len(ivec) elements which
14
; guides Rival on which instructions should not be executed
eval/run.rkt
@@ -14,6 +14,7 @@
rival-machine-run
15
rival-machine-return
16
rival-machine-adjust
17
+ rival-machine-record
18
apply-instruction) ; for compile.rkt
19
20
(define (rival-machine-load machine args)
0 commit comments