Skip to content
/ dgbir Public

An intermediate representation language for JITs

License

Notifications You must be signed in to change notification settings

Dillonb/dgbir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

304 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dgbir

dgbir is a simple, SSA intermediate language for JIT compilers. It is built for emulators, but designed to be general purpose. It is designed to be architecture-agnostic, but assumes you are targeting a modern 64 bit host.

Currently, x86_64 and ARM64 are supported, but the language is designed to be easily extensible to other architectures. RISC-V support is planned.

About

An intermediate representation language for JITs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages