/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.wingolog.org
| | cfallin.org
2.2 parsecs away

Travel
| | [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.
| | www.wingolog.org
1.4 parsecs away

Travel
| | wingolog: article: design notes on inline caches in guile
| | wingolog.org
2.1 parsecs away

Travel
| | wingolog: article: instruction explosion in guile
| | rog3rsm1th.github.io
26.5 parsecs away

Travel
| How I set up a RISC-V development environment on my machine in order to develop RISC-V assembly programs and analyze RISC-V linux malwares.