/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

mcyoung.xyz
| | nickdesaulniers.github.io
3.0 parsecs away

Travel
| |
| | maskray.me
3.5 parsecs away

Travel
| | Updated in 2024-04 (?LLVM 2000 commits?) Compiler driver options Before describing the linker options, let's introduce the concept of driver options. The user-facing options of gcc and clang ar
| | twilco.github.io
3.8 parsecs away

Travel
| | A post beginning implementation of a NS16550A UART driver for the QEMU `virt` machine, discussing the basics of UART functionality and doing additional linker script and devicetree layout exploration along the way.
| | cfallin.org
38.8 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.