/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.metaobject.com
| | boxbase.org
3.9 parsecs away

Travel
| | I came up with an idea when studying type theory. I am a vehement proponent of dynamic typing but there are several ideas that require me to explore into type theory so I am studying it.
| | adv-r.had.co.nz
3.1 parsecs away

Travel
| |
| | cfallin.org
3.4 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.
| | v8project.blogspot.se
17.9 parsecs away

Travel
| WebAssembly or Wasm is a new runtime and compilation target for the web, now available behind a flag in Chrome Canary!