» Tag
compilers
35 postsScriptc by Vercel compiles TypeScript straight to native, no JS engine
Vercel's scriptc compiles real TypeScript into native binaries with no JS engine, matching Node byte-for-byte while cutting startup time and memory use.
Rust Enables Next-Gen Trait Solver by Default on Nightly
Rust's next-generation trait solver is now default on nightly, fixing 200+ bugs and delivering major compile-time performance gains.
Inside Nvidia B200 Pipeline Hazards: Why Static Analysis Falls Short
An empirical study of Nvidia B200 pipeline hazards, exposing a predicate under-stall bug and measured RAW latency floors for FFMA and DFMA.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comRust Moves Toward Stabilizing Polonius Alpha Borrow Checker
Rust's Polonius alpha borrow checker nears stabilization, fixing NLL limitations with new tests, a formal model, and performance validation.
@ttsc/graph: A Compiler-Built Code Graph MCP for AI Agents
@ttsc/graph is an MCP server using the TypeScript compiler's own type-check to build a code graph, cutting AI agent token use by about 90%.
Lucen parallelizes Python loops via two comments, bit-identical results
Lucen parallelizes Python for loops via two comments, guaranteeing bit-identical results versus sequential execution. Rust-accelerated, v1.1, Apache-2.0.
NixOS Study Extends Trusting-Trust Backdoor Attack Beyond Compilers
New research shows Thompson's trusting-trust attack works via GNU strip, not just compilers, silently backdooring NixOS package builds.
Pon: A Rust-Built JIT/AoT Compiler for Python 3.14
Pon is a Rust-based JIT/AoT compiler that skips the CPython interpreter and bytecode entirely, compiling Python 3.14 straight to native code via Cranelift.
Why Debug Info Makes Rust-to-WebAssembly Builds 40x Slower
LLVM's Register Stackify pass mishandles debug records, making Rust-to-WebAssembly builds up to 40x slower; a fix targets the root cause.
Inside Zig's Incremental Compilation: Millisecond Rebuilds
How Zig's compiler achieves millisecond incremental rebuilds through ZIR, analysis units, and a fine-grained dependency graph.