Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ekmett/jitplusplus
- Owner: ekmett
- License: other
- Created: 2010-06-26T01:40:36.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-06-26T01:42:22.000Z (over 14 years ago)
- Last Synced: 2024-08-01T02:26:25.220Z (3 months ago)
- Language: C
- Homepage:
- Size: 2.92 MB
- Stars: 20
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
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 ReservedThird-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