Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ekmett/jitplusplus

a tracing jit for c++ based on tracing and compiling from x86-64 assembly to x86-64 assembly
https://github.com/ekmett/jitplusplus

Last synced: 21 days ago
JSON representation

a tracing jit for c++ based on tracing and compiling from x86-64 assembly to x86-64 assembly

Awesome Lists containing this project

README

        

jit++ is a cooperative tracing jit written in c++ that compiles x86-64 assembly into x86-64 assembly using user placed callsites as monitored hotspots.

(c) 2008 Edward Kmett
All Rights Reserved

Third-Party Dependencies:

udis86 -- use for debugging assembly
google logging framework (glog) -- used to show output
google flags (gflags) -- used to pass options to the tracer
libtool -- used by the build process
boost unit test framework 1.36 -- used by the test suite