My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 33
=jitasm= `[`_En_`]`<br> jitasm is C++ library for runtime code generation of x86/x64. You can write the code like a inline assembler.<br> <br> `[`_Ja_`]`<br> jitasmはx86/x64のコードを動的に生成するためのC++ライブラリです。<br> インラインアセンブラのような直感的な記述で動的なコード生成・実行を行うことができます。<br> =Features= `[`_En_`]` * Header only l...
JITter for AVL Trees using LLVM. See more information [http://pyevolve.sourceforge.net/wordpress/?p=914 here]. - Christian S. Perone Pyevolve
= What _Castore_ is ? = _Castore_ is a Just-In-Time (JIT) compiler which aim is to be as pluggable and language/machine depended as possible. In order to perform this task the compiler has been splitted in three level: * High language level (bytecode/source code instructions) * Middle languag...
An embedded scripting language, specifically designed to extend applications. Features include a small footprint, quick execution of the P-code and a good interface to 'native' functions. The language is inherent support for finite state machines (automatons). As a language, it is close to C. The...
The OpenJIT project is an ongoing Java™ JIT compiler project as a collaborative effort between Tokyo Institute of Technology and Fujitsu Laboratory, partly sponsored by the Information Promotion Agency of Japan. OpenJIT is a "reflective" JIT compiler in that not only it is almost entirely written i...
==Introduction== MathPresso is C++ library that is able to parse and evaluate mathematical expressions. Because evaluating expressions can be slow MathPresso contains jit compiler that can compile expressions into machine code. Jit compiled expressions are many times faster than built-in evaluato...
A JVMTI agent for runtime optimising Groovy classes. This work is sponsored by Google Summer of Code 2008 for [http://groovy.codehaus.org Groovy] project. ===Road Map=== * Completing all Shootout benchmarks * Implementing caching * Implementing Groovy Type Sheet (GTS) * Developing ...
The Dynamo Application Engine is a unified framework for integrating C++ with dynamic scripting languages. With DAE, both C++ and your scripting languages share the same garbage collector and runtime, and as the runtime knows all about your code, dynamic scripting languages can be compiled down to n...
Secure-VM is a safe virtual machine based on llvm written in c++. Note: The code was built against llvm-2.5. Using the current svn version probably will not work.
multi-back-end JIT compiler of minijava
1 2 3 4 Next