Open in browser for readability: https://github.com/sebivenlo/esd-2024-jit-compiler
Important: Before starting the challenges, we need to create the Docker container that includes all the necessary programming languages and dependencies.
Click pop-up in VS Code: Folder contains a Dev Container configuration file. Reopen in container.. See image below
- Manually compile Java program and view bytecode (to show how compilation work)
- See interpreter error in Python: Division by zero
- See compiler error in C
- run Python with CPython and PyPy (to show with or without JIT)
- ALDA Sorting exercise. Testing different Sorts with JIT Compiler
💬 Please ask Jorge or Thijs for help if you encounter a problem.
Go to documentation to see the complete work: All documention about JIT Compiler
Go to project management to see how we divided the tasks: Project Management