An open API service indexing awesome lists of open source software.

https://github.com/tekknolagi/icdemo

A small inline caching demo.
https://github.com/tekknolagi/icdemo

bytecode bytecode-interpreter interpreter programming-language runtime virtual-machine vm

Last synced: about 1 month ago
JSON representation

A small inline caching demo.

Awesome Lists containing this project

README

        

A small inline caching demo. The meat is in [interpreter.c](interpreter.c).

Take a look at the [blog post](https://bernsteinbear.com/blog/inline-caching/)
for more information.

Please feel free to submit pull requests with implementations in other
languages, or with the extensions mentioned in the blog post. I'd love to see
them!