arrudagates / PTBRi

Interpreter for the PTBR programming language
GNU General Public License v2.0
7 stars 1 forks source link

Implement JIT compilation #18

Open arrudagates opened 3 years ago

arrudagates commented 3 years ago

Ditch the custom interpreter and replace it with LLVM or Cranelift JIT compilation

arrudagates commented 3 years ago

Due to complexity, implementing the JIT LLVM compiler will be delayed to a future version