Skip to content

sebivenlo/esd-2024-jit-compiler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

esd-2024-esd-2024-esd-template created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.0%
  • Python 28.8%
  • Dockerfile 5.8%
  • PHP 2.9%
  • Java 2.7%
  • C 0.8%