14 stories tagged with #compilers, in publish-time order across the WeSearch catalog. Tag pages update as new stories ingest.
⌘ RSS feed for this tag → or search "Compilers"
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…
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.…
Finding Miscompiles for Fun, Not Profit
Or: You don’t need access to Claude Mythos to spend $10,000 in an afternoon.…
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…
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…
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)
Detecting Relaxed Memory Concurrency Bugs in C and C++ Compilers
[thesis], [BibTeX],…
How I Built a Language That Beats C on LZ77 by 6.6 — Bootstrapped from Assembly A self-hosted systems language with zero C in the toolchain, and what two compiler optimizations did to destroy the competition on compression.
A post by JAI LALAWAT…
LLVM #5 — Mutable Variables
So far, Kaleidoscope has been a functional language with immutable variables and no reassignment. But...…
Soviet Radio-86RK/i8080 computer IDE: emulator, assembler, C and PL/M compilers
I'm Building a Multi-Target Compiler Backend from Scratch — No LLVM, No Crutches
I'm Gideon. 18. Three years of writing C++ from the ground up — ray tracers, video codecs, and now a...…
Asher Mancinelli's Ideal Array Language
Asher Mancinelli’s Ideal Array LanguageThe ways that we represent arrays can influence the speed of our languages.…