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.
- Host: GitHub
- URL: https://github.com/tekknolagi/icdemo
- Owner: tekknolagi
- License: mit
- Created: 2021-01-13T07:45:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T18:16:32.000Z (about 2 years ago)
- Last Synced: 2025-03-23T00:41:20.528Z (about 1 month ago)
- Topics: bytecode, bytecode-interpreter, interpreter, programming-language, runtime, virtual-machine, vm
- Language: C
- Homepage: https://bernsteinbear.com/blog/inline-caching/
- Size: 82 KB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!