**Tcl JIT** This year (2010) during Google Summer of Code a project for creating a Just-In-Time compiler for the Tcl language started its coding phase. It is still on a very initial phase, but it may be at least interesting to some people to get to know more about it without deciphering its code. The text below (after editing this for some more time) reflects the current state of the compiler. ***Phases*** ****Stack machine to Register machine**** ****Optimizations**** Empty. ****Register allocation**** Empty. ****Code generation**** Enter page contents here, upload content using the button above, or click cancel to leave it empty. ***References*** '''Advanced Compiler Design Implementation''' - ''Steven S. Muchnick''. This book starts right away indirectly mentioning the importance of different levels of intermediate representation. ... XXX continue ....