60 stories tagged with #compile, in publish-time order across the WeSearch catalog. Tag pages update as new stories ingest.
⌘ RSS feed for this tag → or search "Compile"
Scientists compile largest meta-dataset of tree inventory studies from India
The effort is expected to enhance global ecological analyses and conservation efforts.…
REFORGE: A Method for Benchmarking LLMs' Reverse Engineering Capabilities in Decompiled Binary Function Naming
Large language models (LLMs) are increasingly applied to reverse-engineering tasks, and recent threat-intelligence reporting shows them operating inside live offensive-security wor…
LLM Wikis Are Over-Engineered — I Replaced Mine With a Pure Python Compiler
Most "LLM wikis" use agents, embeddings, and repeated model calls to organize local notes. I built a deterministic alternative: a pure Python compiler that turns messy markdown int…
SPIR-V Update
A data race that doesn't compile (in Rust)
How I taught Rust’s type system to refuse my own parallel-Redux data races, with one false start and one mind-shift.…
Someone changed one line in the GCC compiler and scored a 12% improvement on modern Intel and AMD chips
The right variable in the right place can make a huge difference.…
Linux 7.2 To Raise LLVM/Clang Compiler Requirement, Add Support For Distributed ThinLTO
Among the early pull requests sent in prior to today's Linux 7.1 release of new material aiming for Linux 7.2 were all the Kbuild updates.…
How does VuReact compile Vue 3's CSS Modules to React?
VuReact is a compiler toolchain for migrating from Vue to React — and for writing React with Vue 3...…
Extract More Kernel Performance with Nvidia CompileIQ Auto-Tuning
NVIDIA CompileIQ tackles one of the hardest problems in performance engineering: finding the compiler options that unlock the best performance for a specific workload. Consider a t…
Git Has a Variable Named false_but_the_compiler_does_not_know_it
A small C trick that keeps Clang from flagging valid code as unreachable…
New "KRAID" Compiler Merged To Mesa For Panfrost/PanVK Drivers
As a follow-up to the article last week about KRAID as a new compiler for modern Arm Mali graphics, that initial code has now been merged to Mesa 26.2 for benefiting the Panfrost a…
Recent improvements to the type checker – Swift Compiler
With the Swift 6.4 release converging, I thought it would be a good time to detail some of the type checker performance improvements we worked on since I shared the type checker pe…
Semantic Reification: A New Paradigm for Random Program Generation
Welcome to the home page of the 47th ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI 2026)! PLDI is the premier forum in the field of programming lan…
Stealing from Biologists to Compile Haskell Faster - Ian Duncan
Dusklight – GC Twilight Princess Decompiled
Dusklight (formerly Dusk) is an open-source port of The Legend of Zelda: Twilight Princess for PC and mobile, based on the completed decompilation project.…
Net 11 introduces runtime-native async replacing compiler-gen. state machines
Learn about the new features introduced in the .NET 11 runtime.…
Show HN: Nimic – write pure Python and compile AOT to native binaries via Nim
Nimic is a pure Python module that facilitates writing AOT compilable code with a subset of Python (DSL). Based on ctypes built-in module, it includes emulation of native types, po…
Zig's New Relationship with LLVM (2020)
While not yet at version 1.0, Zig is about to reach a new level of maturity and stability.…
Stealing from Biologists to Compile Haskell Faster
The trick that makes GHC’s ApplicativeDo optimization faster is structurally identical to how biologists predict RNA folding.…
Show HN: A lightweight compiler for untrusted AI Agent scripts
The smart compiler and dumb VM architecture for ultimate performance.…
Perry Compiles TypeScript directly to executables using SWC and LLVM
Compile TypeScript to native executables. 10 platforms, 25+ UI widgets, 0 ms startup.…
One year of Roto, a compiled scripting language for Rust
By Terts Diepraam Almost exactly one year ago, we announced Roto, a JIT-compiled embedded scripting language for Rust applications. A lot has happened since then that we'd like to…
Debo Data Studio – Visual ETL that compiles pipelines to a single SQL query
Contribute to Debo-et/Debo_data_studio development by creating an account on GitHub.…
Decompiled an app, found a bunch of secrets, what now?
Ruby inventor Matz working on native compiler with AI help
Matz gets together with Anthropic's Claude to create an experimental ahead-of-time compiler for Ruby – though with many limitations…
Let's compile Quake like it's 1997
Finding Miscompiles for Fun, Not Profit
Or: You don’t need access to Claude Mythos to spend $10,000 in an afternoon.…
Let the Compiler Check Your Units -- Wu Yongwei (ACCU Overload)
NVIDIA Releases CUDA-Oxide 0.1 For Experimental Rust-To-CUDA Compiler
Danner and N.HOOLYWOOD COMPILE Reconstruct the Postman Shoe With Work-Boot Attitude for Spring 2026
The second collaboration of the season rebuilds a dress shoe icon in glass leather and Vibram rubber with rugged workwear detailing throughout.…
Show HN: I used AI to built static recompilers for 5 retro game systems
💡This article discusses heavy use of AI, but the article itself was not written using AI. The words in this article are my own. I wished to communicate my intents and story myself…
If it compiles, it doesn't work: STATUS_ILLEGAL_INSTRUCTION on Windows 11
Linguini | A typed localization language and compiler toolchain for Svelte
MileStone: A Multi-Objective Compiler Phase Ordering Framework
Compiler phase ordering has a strong effect on program performance. Finding an effective sequence of passes is still a difficult task because the search space is large and executio…
Slimcc: C23 compiler with C2y/GNU extensions for x86-64 Linux/BSD, written in C9
C23 compiler with C2y/GNU extensions for x86-64 Linux/BSD, written in C99 - fuhsnn/slimcc…
I got AI to compile a music production course. Anyone proficient in music care to check it out?
C extensions, portability, and alternative compilers
Anyone who's written C knows that full ISO C standard-adhering code is an impractical rarity. Most real world C code out there relies on non-standard behaviors and language extensi…
Show HN: IA-SQL – Postgres compiles your documents into a wiki with an LLM
A new implementation of SQL for IA purposes, using postgresSQL and Karpathy wiki-llm as inspiration. - feers77/iasql…
Building a Host-Tuned GCC to Make GCC Compile Faster
How can I compile a driver for an Intel HD Graphics iGPU, Clarkdale chipset.
Spy: language semantics for a statically-typed compiled variant of Python
Language semantics: phases of execution, redshifting, static typing, and metaprogramming in SPy…
Neuro; An AOT-compiled language for AI workloads built on LLVM 20
A programing language for AI. Contribute to PanzerPeter/Neuro development by creating an account on GitHub.…
Why These and That in Every System
We all know about DSA—Data Structures and Algorithms. But that's not all there is to programming, no...…
Characterization of machine learning compilers for LLM inference on NVIDIA GPUs
AI inference is conflicted between Performance, developer Productivity, and device Portability–the P3 problem. Machine learning compilers (MLCs) aim to address this, but their ecos…
C as an Intermediate Language (2012)
SPy: an interpreter and a compiler for a statically typed variant of Python
SPy language. Contribute to spylang/spy development by creating an account on GitHub.…
How does VuReact compile Vue 3's defineExpose() to React?
VuReact is a compiler toolchain for migrating from Vue to React — and for writing React with Vue 3...…
How does VuReact compile Vue 3's defineSlots() to React?
VuReact is a compiler toolchain for migrating from Vue to React — and for writing React with Vue 3...…
react-render-profile-mcp v0.3.1 - 4 new diagnostic tools for React Compiler, hydration, Zustand, and state cascades
A few weeks ago I published a post about react-render-profile-mcp — an MCP server that decodes React...…
Buildcraft Is a Compiler Problem
Support gems and weird item rules get easier when content compiles into runtime facts.…
Is cppreference.com compiler support up to date again?
Open source data governance compiler for PostgreSQL
Why Compiled AI Makes AI Enterprise Ready
Compiled AI makes AI enterprise-ready.…
Scalable Packed Layouts for Vector-Length-Agnostic ML Code Generation
Scalable vector instruction sets such as Arm SVE enable vector-length-agnostic (VLA) execution, allowing a single implementation to adapt across hardware with different vector leng…
Honest Perf Benchmarks for a Paid-API Compiler
Four PRs, three releases, and a benchmark suite that won't lie to you: seeded-RNG corpora, double-gated Claude scenarios, and skipped-but-recorded records.…
What Does Vue 3 reactive() Compile to in React with VuReact?
VuReact compiles Vue 3 code into standard, maintainable React code. This time, the focus is on two of...…
What Does Vue 3 `ref()` Compile to in React with VuReact?
VuReact compiles Vue 3 code into standard, maintainable React code. In this article, we will focus on...…
Detecting Relaxed Memory Concurrency Bugs in C and C++ Compilers
[thesis], [BibTeX],…
Purerl: Erlang back end for the PureScript compiler
Erlang backend for the PureScript compiler. Contribute to purerl/purerl development by creating an account on GitHub.…