jitplusplus

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

OTHER License

Stars
20

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