diff options
Diffstat (limited to 'InternalDocs/README.md')
-rw-r--r-- | InternalDocs/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/InternalDocs/README.md b/InternalDocs/README.md index 8cdd06d..794b4f3 100644 --- a/InternalDocs/README.md +++ b/InternalDocs/README.md @@ -34,9 +34,9 @@ Runtime Objects Program Execution --- -- [The Interpreter](interpreter.md) +- [The Bytecode Interpreter](interpreter.md) -- [Adaptive Instruction Families](adaptive.md) +- [The JIT](jit.md) - [Garbage Collector Design](garbage_collector.md) |