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 419961d + 8ffdb0a commit 15ffd39Copy full SHA for 15ffd39
www/project.scrbl
@@ -389,8 +389,9 @@ You'll want:
389
Let's say you make these changes to the run-time system and
390
@racket[unload/free] before you make any changes to the compiler and
391
now you want to adapt the compiler to work with the new set up (before
392
-trying to do anything with @racket[values]). You can add the following
393
-at the end of @racket[entry], just before the @racket[(Ret)]:
+trying to do anything with @racket[values]). You can add the
+following just after the call to @racket[compile-e] for the main expression
394
+of the program and before restoring volatile registers and returning:
395
396
@#reader scribble/comment-reader
397
(racketblock
0 commit comments