|
You are here |
byroot.github.io | ||
| | | | |
eli.thegreenplace.net
|
|
| | | | | ||
| | | | |
blog.pyston.org
|
|
| | | | | 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... | |
| | | | |
benhoyt.com
|
|
| | | | | How I sped up GoAWK by switching from a tree-walking interpreter to a bytecode compiler and virtual machine interpreter. | |
| | | | |
cliffle.com
|
|
| | | |||