Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.56 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.56 KB

Open in browser for readability: https://github.com/sebivenlo/esd-2024-jit-compiler

Welcome to the JIT-Compiler Workshop

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

Alt text

Challenges

  1. Manually compile Java program and view bytecode (to show how compilation work)
  2. See interpreter error in Python: Division by zero
  3. See compiler error in C
  4. run Python with CPython and PyPy (to show with or without JIT)
  5. JAVA example 10 minutes -???
  6. 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

Compiling