|
You are here |
www.zend.com | ||
| | | | |
stefan-marr.de
|
|
| | | | | Lectures on programming language interpreters and just-in-time compilation | |
| | | | |
cfallin.org
|
|
| | | | | [AI summary] The article discusses the development of an Ahead-of-Time (AOT) compiler for JavaScript, leveraging precompiled inline-cache (IC) stubs. By moving runtime type binding to indirect calls, the compiler can generate static code, enabling full AOT compilation. This approach achieves significant performance improvements, with a 2.77x geometric mean speedup on various benchmarks. The article also explores further optimizations through profile-guided inlining, and compares this method with other AOT approaches like Hopc's type inference. The potential for future enhancements and the use of compiler backends derived from interpreters are also highlighted. | |
| | | | |
miyuki.github.io
|
|
| | | | | [AI summary] The author details the process of building and using an old version of the GNU C Compiler (GCC 1.27) on a modern system, highlighting compatibility challenges and successful bootstrapping. | |
| | | | |
www.hugozap.com
|
|
| | | A simple example of how to use WebAssembly in the browser and what the toolchain looks like. | ||