Projects tagged ‘compiler’ and ‘jit’


[14 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.

7 Users
 

The Managed Operating System Alliance (MOSA) Framework is a set of operating system components, compiler tools and libraries for managed operating systems based on the Common Intermediate Language and ... [More] .NET technology. We provide the foundation for other projects, such as SharpOS and Ensemble OS. [Less]
Created about 1 year ago.

2 Users
 

LLVM-Lua, is a JIT and static Lua compiler that uses Low Level Virtual Machine (LLVM) as the compiler backend.
Created about 1 year ago.

1 Users
   

This is the source management site for the Slate programming language.
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

We're going to learn the deep, wet internals of compiler design and VM architecture, in hopes of furthering Erlang world domination.
Created 6 months ago.

0 Users

multi-back-end JIT compiler of minijava
Created 12 months ago.

0 Users

A compiler for the algo language used in EPITA, a french computer engineering school, to describe algorithms. The language is kind of related to Pascal, as these two languages really looks like the ... [More] same, even if the algo language is french based instead of english based. See (FR) http://nathalie.bouquet.free.fr/epita/algo/langage/structure.php for a more detailed explanation. This project is based on the boost C++ libraries and the LLVM compiler subsystem to create a robust and efficient compiler, which can interact with other programming languages like C or Pascal. [Less]
Created 9 months ago.

0 Users

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 ... [More] Agency of Japan. OpenJIT is a "reflective" JIT compiler in that not only it is almost entirely written in Java, but also that it bootstraps and compiles itself during execution of the user program, and compiler components coexist as first-class objects in user heap space. Thus, users can tailor and customize the compilation of classes at runtime for variety of purposes such as application-specific optimization and partial evaluation, dynamic, compiler-assisted environment adaptation of programs, debugging, language extension and experimentation, and other types of advanced compiler-based research and applications. OpenJIT even allows full dynamic update of itself by loading the compiler classes on the fly from the network. [Less]
Created 4 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.