Hacker News with Generative AI: Compilation

Swc4j: SWC for Java (github.com/caoccao)
swc4j (SWC for Java) is an ultra-fast JavaScript and TypeScript compilation and bundling tool on JVM.
Compiling Full-Featured JavaScript to WASM (twitter.com)
Compilation on the GPU? A Feasibility Study (dl.acm.org)
Compilation on the GPU? A Feasibility Study (2022) (dl.acm.org)
The emergence of highly parallel architectures has led to a renewed interest in parallel compilation.
Compiling Bigloo Scheme to WebAssembly (igalia.com)
In the JavaScript world, browser implementations have focused on JIT compilation as a high-performance implementation technique. Recently, new applications of JS, such as on cloud compute and edge compute platforms, have driven interest in non-JIT implementations of the language. For these kinds of use cases, fast startup and predictable performance can make traditional implementation approaches appealing. An example implementation is QuickJS, which compiles JS to a bytecode format and interprets the bytecodes.
Bear is a tool that generates a compilation database for Clang tooling (github.com/rizsotto)
Bear is a tool that generates a compilation database for clang tooling.
Compilation of JavaScript to WASM, Part 2: Ahead-of-Time vs. JIT (cfallin.org)
Copy-and-Patch: Fast compilation for high-level languages and bytecode (2020) (arxiv.org)