WeSearch
Hub / Tags / Compilers
TAG · #COMPILERS

Compilers coverage.

Every story in the WeSearch catalog tagged with #compilers, chronological, with view counts. Subscribe to the per-tag RSS feed to follow this topic in your reader of choice.

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"

RELATED TAGS
#programming7#c-language2#nvidia2#ai2#array-languages1#hpc1#apl1#kdb1#systems1#backend1#llvm1#compression1
SIGPLAN

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…

16 views ·
#programming#software
KRISTOFF

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.…

18 views ·
#programming#software development
HACKER NEWS (NEWEST)

Finding Miscompiles for Fun, Not Profit

Or: You don’t need access to Claude Mythos to spend $10,000 in an afternoon.…

18 views ·
#technology#artificial intelligence
MATTHEW STANLEY

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…

24 views ·
#technology#gaming#ai
LEMON

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…

18 views ·
#programming#c language
DEV.TO (TOP)

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...…

17 views ·
#softwareengineering#programming
SPRINGER

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…

17 views ·
#machine learning#nvidia#artificial intelligence
YOSEFK

C as an Intermediate Language (2012)

13 views ·
#programming#c language
LUKEGEESON

Detecting Relaxed Memory Concurrency Bugs in C and C++ Compilers

[thesis], [BibTeX],…

15 views ·
#research#technology#programming
DEV.TO (TOP)

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…

17 views ·
#programming#compression
DEV.TO (TOP)

LLVM #5 — Mutable Variables

So far, Kaleidoscope has been a functional language with immutable variables and no reassignment. But...…

19 views ·
#llvm#programming
RK86

Soviet Radio-86RK/i8080 computer IDE: emulator, assembler, C and PL/M compilers

18 views ·
DEV.TO (TOP)

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...…

17 views ·
#systems#backend
ARRAYCAST

Asher Mancinelli's Ideal Array Language

Asher Mancinelli’s Ideal Array LanguageThe ways that we represent arrays can influence the speed of our languages.…

18 views ·
#array languages#hpc