Skip to content
/ hjit Public

A JIT compiler written in pure Haskell (with a bit of FFI for memory allocation).

License

Notifications You must be signed in to change notification settings

fatho/hjit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HJit

A JIT compiler written in Haskell.

Done

  1. Allocating executable memory on POSIX systems
  2. encoding a few AMD64 instructions

Road-Map

  1. AMD64 instruction encoding
  2. Architecture independent intermediate language for optimizations
  3. Windows support

About

A JIT compiler written in pure Haskell (with a bit of FFI for memory allocation).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published