» Tag
llvm
4 postsWhy 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.
In-Depth Look at MLIR: Object Model, Dialects, and Transform Dialect
An in-depth exploration of MLIR; insights on object models, dialects, and the transform dialect.
Differentiable Fortran Applications with LFortran and Enzyme
Exploring methods for automatic differentiation from Fortran simulation code using LFortran and Enzyme.
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.comHana JIT: LLVM-backed Python JIT Compiler
Hana JIT is an LLVM-backed JIT compiler for Python. It enhances performance by accelerating existing code.