Explore >> Select a destination


You are here

bernsteinbear.com
| | v8.dev
4.0 parsecs away

Travel
| | V8's newest compiler, Maglev, improves performance while reducing power consumption
| | jamey.thesharps.us
3.2 parsecs away

Travel
| | I've been thinking about something for a while now, and promised a yearago in myOptimalOptimizationpost that I would write it up.
| | cfallin.org
4.3 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.
| | theshamblog.com
21.7 parsecs away

Travel
| I built a computer! A very primitive one, made out of breadboards, bare wire, and logic gates. But it's fully functioning, it looks awesome, and unlike the staggering complexity of modern processor...