Explore >> Select a destination


You are here

wingolog.org
| | cfallin.org
2.9 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.
| | healeycodes.com
1.6 parsecs away

Travel
| | Making my programming language 4000x quicker, and adding a static type checker.
| | blog.scottlogic.com
2.4 parsecs away

Travel
| | Have you ever wanted to write your own compiler? ... yes? ... of course you have! I've always wanted to have a go at writing a compiler, and with the recent release of WebAssembly, I had the perfect excuse to have a go.
| | gist.github.com
21.8 parsecs away

Travel
| Deno script generator using anthropic. GitHub Gist: instantly share code, notes, and snippets.