Version 2 of GSOC2010:Base JIT compiler for Tcl

Updated 2010-05-07 08:53:00 by dkf

General

Title:
Base JIT compiler for Tcl
Student:
Guilherme Goncalves
Mentor:
Donal Fellows

Abstract

Just-In-Time compilation has been applied in various contexts, one of them being language implementations, in various forms. This project aims to bring a base JIT compiler to the Tcl, translating bytecodes to (x86) machine code on demand in order to improve the language performance.

[under some construction]