Projects tagged ‘interpreter’ and ‘jit’


[5 total ]

24 Users
   

The PyPy project aims at producing a flexible and fast Python implementation. The guiding idea is to translate a Python-level description of the Python language itself to lower level languages. Rumors ... [More] have it that the secret goal is being faster-than-C which is nonsense, isn't it? [Less]
Created over 3 years ago.

0 Users

PX is a platform:  - System API independance (eg. thread api abstraction)  - Architecture independance (eg. JIT/GC) *Note* Sourcecode is managed via git. A git server has still to be set up. Contact one of us for a copy of the source.
Created 12 months ago.

0 Users

Efforts from this project have been integrated into the objeck-lang project. Please feel free to browse the existing source code.
Created 12 months ago.

0 Users

Strongtalk is a major re-thinking of the Smalltalk-80 programming language and system. While retaining the basic Smalltalk syntax and semantics, it contains a number of significant advances, including ... [More] most notably a static type system for the language. [Less]
Created about 1 year ago.

0 Users

Briefbfj is a brainfuck interpreter/jit-compiler written in Java. The jit implementation and optimization yields a relatively good performance. Performance bf program interpreter jit-compile ... [More] hanoi.bf 5562 ms 1016 ms mandelbrot.b 78938 ms 5375 ms AMD Athlon 64 X2 2 GHz UsageInterpreting/bin> java bf.runner.BrainfuckRunner ../bf/mandelbrot.bCompile and runIn Linux: /bin> java -cp ../lib/asm-3.1.jar:. bf.runner.BF2BytecodeRunner ../bf/mandelbrot.bIn Windows: /bin> java -cp ../lib/asm-3.1.jar;. bf.runner.BF2BytecodeRunner ../bf/mandelbrot.bLimitationCurrently not support ',' command. [Less]
Created 12 months ago.