/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

pointersgonewild.com
| | cfallin.org
4.4 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.e4developer.com
3.4 parsecs away

Travel
| | The first language I used to write a small program was Pascal. Since then I have worked professionally with Java, JavaScript, Groovy and a few more. Currently...
| | brendaneich.com
3.3 parsecs away

Travel
| | [AI summary] The author announces the launch of TraceMonkey, a new just-in-time compiler for the Firefox JavaScript engine that significantly improves performance.
| | blog.scottlogic.com
8.5 parsecs away

Travel
| A brief look into building out a NextJS application which makes use WebAssembly to solve Advent Of Code puzzles in the browser.