Explore >> Select a destination


You are here

brendaneich.com
| | bernsteinbear.com
5.8 parsecs away

Travel
| | [AI summary] This blog post compiles extensive resources for learning and developing programming languages, including compilers, runtimes, optimization techniques, and related tools.
| | cfallin.org
2.5 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.moddable.com
3.8 parsecs away

Travel
| | Presentation to TC39, the JavaScript language committee, to introduce XS, the JavaScript engine by Moddable Tech. Background on the XS engine and technical details on techniques used to minimize memory and code size, while maintaining near full conformance.
| | github.com
9.7 parsecs away

Travel
| A terminal-based text editor written in Rust. Contribute to gchp/iota development by creating an account on GitHub.