Explore >> Select a destination


You are here

stefan-marr.de
| | 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.
| | 2023.splashcon.org
0.6 parsecs away

Travel
| | The ACM SIGPLAN International Conference on Systems, Programming, Languages and Applications: Software for Humanity (SPLASH) embraces all aspects of software construction and delivery, to make it the premier conference on the applications of programming languages - at the intersection of programming languages and software engineering. We welcome the community to join us in Lisbon to celebrate humanity at the core of the software development process. We encourage everyone to participate in the many differ...
| | pointersgonewild.com
5.1 parsecs away

Travel
| | The 1980s and 1990s saw the genesis of Perl, Ruby, Python, PHP and JavaScript: interpreted, dynamically-typed programming languages which favored ease of use and flexibility over performance. In many ways, these programming languages are a product of the surrounding context. The 90s were the peak of the dot-com hype, and CPU clock speeds were still...
| | stackoverflow.blog
27.2 parsecs away

Travel
| [AI summary] The article discusses advancements in Android development tools, focusing on improving developer efficiency and integrating AI models like Gemini to enhance software toolchains, featuring insights from Matthew McCullough, VP of Product for Android Developer Experience.