You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eclipse OMR is a C/C++ toolkit for building language runtimes. OMR has a high level JIT compilation library called JitBuilder, which is built on OMR's more general compilation framework. We also have a demo VM called Base9, and a small tutorial on adding a bytecode (and jitting that bytecode) here(pdf).
I'd be super happy if you could add our project to the list of C/C++ compilation frameworks.
The text was updated successfully, but these errors were encountered:
Eclipse OMR is a C/C++ toolkit for building language runtimes. OMR has a high level JIT compilation library called JitBuilder, which is built on OMR's more general compilation framework. We also have a demo VM called Base9, and a small tutorial on adding a bytecode (and jitting that bytecode) here(pdf).
I'd be super happy if you could add our project to the list of C/C++ compilation frameworks.
The text was updated successfully, but these errors were encountered: