c-compiler

Tag

Cards List
#c-compiler

My web version of Mars MIPS, now have builtin C compiler

Hacker News Top · 23h ago Cached

A web version of the Mars MIPS simulator now includes a built-in C compiler, allowing users to write and simulate MIPS assembly and C code in the browser.

0 favorites 0 likes
#c-compiler

The best WebAssembly runtime may still be no runtime at all

Lobsters Hottest · 2026-07-08 Cached

The article benchmarks the WebAssembly-to-C approach using wasm2c with wide arithmetic support, demonstrating that it remains competitive with dedicated WebAssembly runtimes like Wasmer and Wasmtime in both speed and memory usage.

0 favorites 0 likes
#c-compiler

Semantic reification: how to generate UB-free code with arbitrary control flow?

Hacker News Top · 2026-06-03 Cached

Reify is an open-source random C program generator based on semantic reification that produces undefined-behavior-free code for compiler testing. It has already uncovered 59 bugs in GCC and LLVM, plus additional bugs in OpenJ9 and Linux's eBPF runtime.

0 favorites 0 likes
#c-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
#c-compiler

Writing a C Compiler, in Zig

Hacker News Top · 2026-04-23 Cached

A developer documents their experience building a C compiler named paella in Zig, following Nora Sandler’s tutorial series.

0 favorites 0 likes
← Back to home

Submit Feedback