Explore >> Select a destination


You are here

cfallin.org
| | blog.pyston.org
3.5 parsecs away

Travel
| | Creating an implementation for a dynamic language using just in time compilation (JIT)techniques involves a lot of compromisesmainly between complexity of the implementation, speed, warm-up time and memory usage. Especially speed is a difficult trade-off because it's very easy to end-up spending more time optimizing a piece of code and emitting the assembly than we...
| | wingolog.org
2.5 parsecs away

Travel
| | wingolog: article: design notes on inline caches in guile
| | stefan-marr.de
3.4 parsecs away

Travel
| | A comparative study of abstract-syntax-tree and bytecode interpreters on top of meta-compilation systems.
| | www.pl-enthusiast.net
23.3 parsecs away

Travel
| This post describes the structure, goals, and content of CMSC 330, UMD's sophomore-level programming languages course. This is part 1.