Thread
Stories related to "Wasmtime 1.0: A Look at Performance" across the full archive.
Abstract: "As software becomes larger, programming languages become higher-level, and processors continue to fail to be clocked faster, we'll increasingly require compilers to reduce code bloat, eliminate abstraction penalties, and exploit interesting instruction sets. At the same time, compiler exe...
This post is in the middle of a forum thread about the developer's NES game. Compares cc65, KickC, 6502-gcc, vbcc and handwritten 6502 assembly for some common in-game usages.
I've decided enough is enough and I want to write my own compiler (seems I caught a bug and lobste.rs is definitely not discouraging it). The language I have in mind is a basic (lazy?) statically-typed pure functional programming language with do notation and records (i.e. mostly Haskell-lite).
I...
In-depth article about using [sweet.js](https://github.com/mozilla/sweet.js), a macro library for Javascript.
Would it be useful to folks to have a compilers tag? I'm certainly interested in reading articles about compilers but their harder to find when scattered across different languages or in the catch-all compsci tag.
Here's the [original suggestion for this tag](https://lobste.rs/s/hpsyea/why_is_it_...