compiler

Tag

Cards List
#compiler

FreeOberon – Open-Source, Cross-Platform, Free Pascal/Turbo Pascal-Like Language

Hacker News Top · 2026-06-11 Cached

FreeOberon is an open-source, cross-platform IDE and compiler for the Oberon programming language, designed in the classic pseudo-graphic style of Pascal environments.

0 favorites 0 likes
#compiler

Port React Compiler to Rust

Hacker News Top · 2026-06-10 Cached

An initiative to port the React Compiler to Rust, aiming to improve performance and integration with the Rust ecosystem.

0 favorites 0 likes
#compiler

Release Fil-C Linux/x86_64 version 0.679 · pizlonator/fil-c

Lobsters Hottest · 2026-06-08 Cached

Fil-C 0.679 is a new release of a fanatically compatible memory-safe implementation of C and C++ that uses concurrent garbage collection and invisible capabilities to prevent all memory safety errors without escape hatches.

0 favorites 0 likes
#compiler

Making a Shading Language for My Offline Renderer

Hacker News Top · 2026-06-08 Cached

The author details the creation of Tiny Shading Language (TSL), a custom shading language library for their offline CPU renderer SORT, explaining the motivations including learning, flexibility, Apple Silicon support, and reducing dependencies compared to using OSL.

0 favorites 0 likes
#compiler

Blaise v0.10.0: Native Back End, Threads and Incremental Compilation

Hacker News Top · 2026-06-08 Cached

Blaise v0.10.0 adds native back end support via QBE, threading, and incremental compilation, advancing this modern Object Pascal compiler toward self-hosting and broader platform support.

0 favorites 0 likes
#compiler

Value Numbering

Hacker News Top · 2026-06-08 Cached

The article explains value numbering, a compiler optimization technique that identifies identical computations to avoid redundancy, building on Static Single Assignment (SSA) form and using hash-consing for efficient comparison.

0 favorites 0 likes
#compiler

How much do amd64 microarchitecture levels help in Go?

Lobsters Hottest · 2026-06-08 Cached

A performance evaluation of Go programs compiled with different amd64 microarchitecture levels (GOAMD64) using the Roaring Bitmap library, showing that enabling newer instruction sets like popcnt (v2) or AVX-512 can significantly improve performance.

0 favorites 0 likes
#compiler

TensorBench: Benchmarking Coding Agents on a Compiler-Based Tensor Framework

arXiv cs.CL · 2026-06-05 Cached

TensorBench is a benchmark of 199 feature-addition and refactoring tasks on a compiler-based tensor framework, evaluating seven coding agents with pass rates ranging from 22.1% to 64.8%.

0 favorites 0 likes
#compiler

Warren's Abstract Machine: A Tutorial Reconstruction

Lobsters Hottest · 2026-06-05 Cached

This repository provides the electronic version of Hassan Ait-Kaci's book 'Warren's Abstract Machine: A Tutorial Reconstruction', an out-of-print tutorial on the Warren Abstract Machine used for Prolog compilation, now freely available for non-commercial use.

0 favorites 0 likes
#compiler

@PyTorch: On Monday, June 15, PyTorch Foundation project Helion is hosting a Helion DSL Tutorial at PLDI 2026 (47th ACM SIGPLAN C…

X AI KOLs Following · 2026-06-04 Cached

The PyTorch Foundation project Helion is hosting a Helion DSL Tutorial at PLDI 2026 in Denver. It's an interactive workshop for compiler researchers, kernel authors, and ML systems engineers to write, autotune, and run Helion kernels.

0 favorites 0 likes
#compiler

I built a compiler that rewrites Python into a model-facing representation

Reddit r/LocalLLaMA · 2026-06-03 Cached

Vulpine is a compiler that transforms human-readable Python code into a compressed macro representation optimized for LLMs, reducing token count by 13.8% on average while enabling exact structural reconstruction.

0 favorites 0 likes
#compiler

Recent improvements to the Swift type checker

Lobsters Hottest · 2026-06-02

Recent improvements to the Swift type checker, a developer tool for the Swift programming language.

0 favorites 0 likes
#compiler

BPF support in GCC 16 and beyond

Lobsters Hottest · 2026-06-02 Cached

José Marchesi and the GCC-BPF team provided an update on BPF support in GCC 16, highlighting progress toward feature parity with LLVM and increasing pass rate of the kernel's BPF self-tests.

0 favorites 0 likes
#compiler

QBE - Compiler Backend: Version 1.3

Lobsters Hottest · 2026-06-01 Cached

QBE 1.3 is a significant compiler backend release with 7k new lines of code, featuring a new IL matching algorithm, optimizations for coremark benchmark (improving from 40% to over 63% of gcc -O2 performance), Windows ABI support, and position-independent code generation.

0 favorites 0 likes
#compiler

Cessation of public development of Kefir C compiler

Hacker News Top · 2026-06-01 Cached

The lead developer of the Kefir C compiler announces the cessation of public development, moving the project to private mode indefinitely to preserve personal enjoyment and sustainability.

0 favorites 0 likes
#compiler

Chibil: A C compiler targeting .NET IL

Hacker News Top · 2026-05-31 Cached

Chibil is a C compiler written in C# that targets .NET IL, allowing C code to be compiled into .NET executables. It is based on chibicc and can run DOOM.

0 favorites 0 likes
#compiler

Perry Compiles TypeScript directly to executables using SWC and LLVM

Hacker News Top · 2026-05-30 Cached

Perry compiles TypeScript directly to native executables using SWC and LLVM, producing small binaries with no runtime dependencies, supporting all major platforms and native UI widgets.

0 favorites 0 likes
#compiler

PassNet: Scaling Large Language Models for Graph Compiler Pass Generation

arXiv cs.AI · 2026-05-29 Cached

This paper introduces PassNet, a large-scale ecosystem for LLM-based compiler pass generation, including a dataset of over 18K computational graphs and a benchmark (PassBench) with a new metric. Experiments reveal that while LLMs can achieve up to 3x speedup over TorchInductor on individual subgraphs, consistency remains a bottleneck; fine-tuning a small model on PassNet trajectories yields significant improvements.

0 favorites 0 likes
#compiler

Riscrithm – An intuitive RISC-V assembler and optimizer coded in Go

Hacker News Top · 2026-05-25 Cached

Riscrithm is a high-level macro-assembly dialect for RISC-V, written in Go, that compiles readable code into pure RISC-V assembly with optional optimization.

0 favorites 0 likes
#compiler

Host-Tuned GCC for Faster Compilation

Lobsters Hottest · 2026-05-25 Cached

This blog post explains how to build a host-tuned GCC compiler using profile-guided optimization, LTO, and -O3 to achieve faster compilation times, with detailed instructions and benchmarks.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback