WeSearch
Hub / Tags / Compiler
TAG · #COMPILER

Compiler coverage.

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

57 stories tagged with #compiler, in publish-time order across the WeSearch catalog. Tag pages update as new stories ingest.

⌘ RSS feed for this tag →   or   search "Compiler"

RELATED TAGS
#compilers13#programming13#ai5#ml4#performance4#software3#llvm3#nvidia3#llm3#typescript3#technology2#c-language2
HEALEYCODES

Adding Go's Defer to the TypeScript Compiler

Forking tsc to support Go's defer.…

2 views ·
#adding#defer#typescript
TOWARDS DATA SCIENCE

Coding Agents Don’t Need Bigger Context Windows — They Need a Context Compiler

Most coding agents treat prompt construction like retrieval: gather more files, add more context, hope the model figures it out. But that approach breaks down fast. As context grow…

11 views ·
#ai#coding#context
XDA DEVELOPERS

GCC, the core compiler behind Linux, draws a hard line against AI code

No AI code here, thanks.…

16 views ·
#core#behind
NOELO

Kuna: Decompiler Development in the Age of Coding Agents

Background, motivation, and thoughts around the release of Kuna, a new agent-first decompiler designed for autonomous refinement.…

11 views ·
#kuna#decompiler#development
GITHUB

KaaS – Knowledge as a Service: an out-of-the-box LLM wiki compiler

Knowledge as a Service: an out-of-the-box LLM wiki compiler. - bybit-exchange/kaas…

15 views ·
#ai#knowledge-management#opensource
PHORONIX

GCC To Decline Any Significant Contributions Made Via AI/LLMs - Except For Test Cases

The GCC Steering Committee announced today that they have accepted the recommended policy of the GCC AI Policy Working Group, which means no 'legally significant' code contribution…

15 views ·
#open-source#ai
ANDREADIMATTEO

Show HN: Learning Rust by writing a Markdown to HTML compiler

17 views ·
#rust#programming#markdown
PYTORCH

PyTorch: A Reference Language

16 views ·
#deep learning#compilers#autograd
GITHUB

Scriptc by Vercel: TypeScript-to-Native compiler, no JavaScript engine in binary

TypeScript-to-Native Compiler. Contribute to vercel-labs/scriptc development by creating an account on GitHub.…

20 views ·
#programming#typescript
GITHUB

Show HN: TS Compiler Knowledge Graph reducing AI tokens about 90%

A `typescript-go` toolchain for compiler-powered plugins + type-safe execution + 800x faster linter + codegraph reducing 90% AI tokens - samchon/ttsc…

12 views ·
#show#knowledge
TOWARDS DATA SCIENCE

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…

68 views ·
#python#llm
ZIGLANG

SPIR-V Update

82 views ·
#programming#compilers#zig
XDA

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

29 views ·
#someone#changed#line
PHORONIX

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

84 views ·
#linux#kernel#llvm
NVIDIA TECHNICAL BLOG

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…

42 views ·
#nvidia#gpu#ai
HACKER NEWS (NEWEST)

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…

39 views ·
#git#programming#c-language
PHORONIX

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…

48 views ·
#graphics#mesa#arm
SWIFT FORUMS

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…

36 views ·
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…

38 views ·
#programming#software#compilers
HACKER NEWS (NEWEST)

Net 11 introduces runtime-native async replacing compiler-gen. state machines

Learn about the new features introduced in the .NET 11 runtime.…

43 views ·
#dotnet#software#technology
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.…

44 views ·
#programming#compilers#software development
IAN DUNCAN

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

39 views ·
#haskell#programming
AUTOLANG

Show HN: A lightweight compiler for untrusted AI Agent scripts

The smart compiler and dumb VM architecture for ultimate performance.…

36 views ·
#ai#programming#scripting
THEREGISTER

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…

36 views ·
#ruby#ai
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.…

30 views ·
#technology#compilers#artificial intelligence
R/CPP

Let the Compiler Check Your Units -- Wu Yongwei (ACCU Overload)

39 views ·
R/RUST

NVIDIA Releases CUDA-Oxide 0.1 For Experimental Rust-To-CUDA Compiler

36 views ·
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…

45 views ·
#technology#gaming#ai
R/SVELTEJS

Linguini | A typed localization language and compiler toolchain for Svelte

50 views ·
ARXIV.ORG

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…

34 views ·
#programming#optimization
GITHUB

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…

33 views ·
#programming#software#development
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…

35 views ·
#programming#c language#compilers
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...…

33 views ·
#softwareengineering#compilers#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…

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

C as an Intermediate Language (2012)

32 views ·
#programming#compilers#c language
GITHUB

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

39 views ·
#programming#python#technology
DEV.TO (TOP)

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

29 views ·
#react#programming#diagnostics
MITANDER

Buildcraft Is a Compiler Problem

Support gems and weird item rules get easier when content compiles into runtime facts.…

25 views ·
#gaming#development#programming
R/CPP

Is cppreference.com compiler support up to date again?

41 views ·
R/POSTGRESQL

Open source data governance compiler for PostgreSQL

36 views ·
ARXIV.ORG

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…

32 views ·
#machine learning#performance
DEV.TO (TOP)

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

40 views ·
#typescript#benchmarking#api
LUKEGEESON

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

[thesis], [BibTeX],…

39 views ·
#research#technology#programming
GITHUB

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

40 views ·
#programming#erlang#purescript
R/RUST

Perry: native TypeScript compiler to executable, written in Rust, using SWC and LLVM.

30 views ·
STRUMENTA

AI Coding Feels Like Using an Unreliable Compiler

AI Coding Feels Like Using an Unreliable Compiler Every developer I know is asking roughly the same questions about LLMs. Yes, there are LLM-fanatics and LLM-skeptics, but most are…

24 views ·
#ai#coding#software development
DEV.TO (TOP)

Go Compiler & defer: Bootstrap, Three defer Implementations, panic/recover & Closures

Go's compiler is written entirely in Go — a self-hosting compiler that handles everything from...…

39 views ·
#go#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…

37 views ·
#programming#compilers#compression
R/CPP

Built full disassembler & decompiler for Reverse Engineering | Free and open source.

42 views ·
ARXIV CS.AI

Ethical Hyper-Velocity (EHV): A Provably Deterministic Governance-Aware JIT Compiler Architecture for Agentic Systems

As autonomous agentic systems scale across regulated critical infrastructures, the lack of mechanistic, hardware-rooted enforcement for high-frequency policy updates presents a fun…

32 views ·
#artificial intelligence#governance#technology
DEV.TO (TOP)

LLVM #5 — Mutable Variables

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

36 views ·
#llvm#programming#compilers
RK86

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

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

30 views ·
#compilers#systems#backend
ARXIV.ORG

Ada-MK: Adaptive MegaKernel Optimization via DAG-Based Search for LLM Inference

When large language models (LLMs) serve real-time inference in commercial online advertising systems, end-to-end latency must be strictly bounded to the millisecond range. Yet ever…

46 views ·
#machine learning#gpu optimization#llm inference
WIKIPEDIA

Loop Fission and Fusion

30 views ·
#compiler optimization#loop fission#loop fusion
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.…

36 views ·
#array languages#compilers#hpc
LLVM

MLIR

Multi-Level IR Compiler Framework…

24 views ·
#technology#software