/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.reverberate.org
| | bernsteinbear.com
5.3 parsecs away

Travel
| | Compiling Lisp primitive binary functions to x86-64
| | samwho.dev
6.8 parsecs away

Travel
| | How does a function in Ruby call a function in C? How does a function in Kotlin call a function in Java? It's no secret that you can call functions in one progr...
| | sillycross.github.io
4.4 parsecs away

Travel
| | This is the Part 2 of a series. Feel free to read the prequel for more context: Building the fastest Lua interpreter automatically Building a good VM for a dynamic language takes a ton of engineerin
| | alexandrnikitin.github.io
27.0 parsecs away

Travel
| Hoisting is a compiler optimization that moves loop-invariant code out of the loop. The post reveals hoisting in .NET and explains what code will be optimized and why.