I'm Brett Slatkin and this is where I write about programming and related topics. You can contact me here or view my projects.

26 May 2015

Here's a cool post that demonstrates the differences between interpreters, compilers, and just-in-time compilers. My first exposure to this was the dynamic recompilation that some Nintendo emulators would do for speed. At the time I didn’t realize that it’s pretty much the same thing as JITing.
© 2009-2024 Brett Slatkin