Interpreter Performance & Optimizations
Resources
- Lecture #2 slides
Attention: there will be no lecture next week.
Quiz
The upstream/student repository now contains quiz #2. If necessary, merge the contents of the upstream repository into your personal repository and commit and push the quiz answers to your personal repository.
Coding task
The coding task for the lab is to complete the implementation of the JaraScript bytecode interpreter.
Feel free to use the implementation from the labs as the basis — you can find it in the lab2-wip branch of the upstream/student repository.
The number of points awarded for the task is determined by the number of passing tests (all tests have
the same weight) from test class BytecodeInterpreterTest
.
If you have any questions regarding the coding task, feel free to post an issue in the Forum or ask during the next lecture.