Skip to content

Commit

Permalink
Add more references
Browse files Browse the repository at this point in the history
  • Loading branch information
noelwelsh committed Dec 12, 2023
1 parent cbc1da3 commit f587c95
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/pages/adt-optimization/conclusions.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,10 @@ Stack machines versus register machines.

[interpreter-to-compiler]: https://www.brics.dk/RS/03/14/BRICS-RS-03-14.pdf


[Stack Caching for Intrepters][stack-caching] introduces the idea of stack caching.

[Towards Superinstructions for Java Interpreters][towards-super] is a nice example of applying superinstructions to a interpreted JVM.

[stack-caching]: https://dl.acm.org/doi/pdf/10.1145/207110.207165
[towards-super]: https://core.ac.uk/download/pdf/297029962.pdf

0 comments on commit f587c95

Please sign in to comment.