|
You are here |
v8.dev | ||
| | | | |
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... | |
| | | | |
wingolog.org
|
|
| | | | | wingolog: article: firefox's low-latency webassembly compiler | |
| | | | |
nnethercote.github.io
|
|
| | | | | This post describes some performance work I have been doing recently on rustc. I spent several weeks on a particular problem with only a small amount of success. I hope a write-up will be interesting and educational, and may even lead to suggestions that make things better. The post is aimed at readers with some familiarity with compilers. | |
| | | | |
bernsteinbear.com
|
|
| | | I have a lot of thoughts about the design of compiler intermediate representations (IRs). In this post I'm going to try and communicate some of those ideas and why I think they are important. | ||