Explore >> Select a destination


You are here

journal.stuffwithstuff.com
| | thiscontext.com
18.9 parsecs away

Travel
| | the instructions are ticking! I've replaced the inner instruction-dispatch loop of a running SqueakJS virtual machine with a handwritten WebAssembly (WASM) function, and run several thousand instructions of the Caffeine object memory. The WASM module doesn't yet have its own memory. It's using the same JavaScript objects that the old dispatch loop did, and the...
| | danilafe.com
14.2 parsecs away

Travel
| | In this post, we implement a garbage collector that frees memory no longer used by the executables our compiler creates.
| | thestone.zone
8.5 parsecs away

Travel
| | This is part of my series on EvilVM, a project to create a tiny injectable VM with language support for EvilTM agent features for pen-testers like me. In ot...
| | riv.dev
106.6 parsecs away

Travel
| How to write a CHIP-8 emulator.