🦞🌯 Lobster Roll

Thread

Wasmtime 1.0: A Look at Performance (bytecodealliance.org)

Stories related to "Wasmtime 1.0: A Look at Performance" across the full archive.

Wasmtime 1.0: A Look at Performance (bytecodealliance.org)
Future Directions for Optimizing Compilers (arxiv.org)
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...
Fast compilers for fast programs (crawshaw.io)
Optimizations in C++ Compilers - A practical journey (queue.acm.org)
How do compilers optimize divisions? (zneak.github.io)
A bit of background on compilers exploiting signed overflow (gist.github.com)
Do humans or compilers produce faster code? (nibblestew.blogspot.com)
Guaranteed Optimization: Proving Nullspace Properties of Compilers (2002) (help.luddy.indiana.edu)
Benchmark comparison between C compilers for the 6502 (videogamesage.com)
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.
Benchmarking the oksh shell, or, let's look at a lot of C compilers (briancallahan.net)
Optimizing Compilers for Parallel Computers [1994] (youtube.com)
PartialExecuter: Reducing WebAssembly size by exploring all executions in LLVM (leaningtech.com)
The Truth about Rust/WebAssembly Performance (youtube.com)
WebAssembly tail calls (v8.dev)
Improving Notion's browser performance with WASM SQLite (notion.so)
75x faster: optimizing the Ion compiler backend (spidermonkey.dev)
Using Rust in Non-Rust Servers to Improve Performance (github.com)
Wasmtime 1.0: A Look at Performance (2022) (bytecodealliance.org)
How can one write blazing fast yet useful compilers (for lazy pure functional languages)?
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...
Exceptions in Cranelift and Wasmtime (cfallin.org)
A Function Inliner for Wasmtime and Cranelift (fitzgen.com)
How did I improve the performance of WAT parser? (blog.gplane.win)
The race for speed part 2: How JavaScript compilers work (creativejs.com)
Compilers in OpenBSD (marc.info)
Are Compilers Getting More or Less Reliable? (blog.regehr.org)
Stop Writing JavaScript Compilers! Make Macros Instead (jlongster.com)
In-depth article about using [sweet.js](https://github.com/mozilla/sweet.js), a macro library for Javascript.
Course in compilers from Stanford University starts today on Coursera.org (coursera.org)
"The Big Problem", and "Visual Compilers: A Practical Example" (langnostic.inaimathi.ca)
Programming Languages and Compilers Commons (network.bepress.com)
Add a Compilers Tag
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_...