|
You are here |
bernsteinbear.com | ||
| | | | |
jamey.thesharps.us
|
|
| | | | | I've been thinking about something for a while now, and promised a yearago in myOptimalOptimizationpost that I would write it up. | |
| | | | |
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. | |
| | | | |
www.wingolog.org
|
|
| | | | | wingolog: article: firefox's low-latency webassembly compiler | |
| | | | |
yoric.github.io
|
|
| | | Hey, all cool kids have exciting Engineering Newsletters these days, so it's high time the JavaScript Binary AST got one! Summary JavaScript Binary AST is a joint project between Mozilla and Facebook to rethink how JavaScript source code is stored/transmitted/parsed. We expect that this project will help visibly speed up the loading of large codebases of JS applications and will have a large impact on the JS development community, including both web developers, Node developers, add-on developers and ourselves. | ||