|
You are here |
bernsteinbear.com | ||
| | | | |
www.craftinginterpreters.com
|
|
| | | | | [AI summary] This text provides an in-depth overview of programming language concepts, focusing on compilers, interpreters, and related tools. It explains the differences between compilers and interpreters, discusses various implementation techniques like transpilation and just-in-time (JIT) compilation, and touches on the broader landscape of language processing. The text also serves as an introduction to the Lox language and encourages exploration of open-source language implementations. | |
| | | | |
cfallin.org
|
|
| | | | | [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. | |
| | | | |
stefan-marr.de
|
|
| | | | | A comparative study of abstract-syntax-tree and bytecode interpreters on top of meta-compilation systems. | |
| | | | |
blog.samibadawi.com
|
|
| | | [AI summary] A retrospective on the author's experiences with Haskell and Hadoop, highlighting their initial hype, eventual maturity, and the trade-offs between abstraction and control in modern programming paradigms. | ||