Giter Site home page Giter Site logo

tekknolagi / icdemo Goto Github PK

View Code? Open in Web Editor NEW
14.0 3.0 2.0 84 KB

A small inline caching demo.

Home Page: https://bernsteinbear.com/blog/inline-caching/

License: MIT License

C++ 0.48% Python 0.39% C 98.86% Makefile 0.27%
vm runtime interpreter virtual-machine bytecode programming-language bytecode-interpreter

icdemo's Introduction

A small inline caching demo. The meat is in interpreter.c.

Take a look at the blog post 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!

icdemo's People

Contributors

tekknolagi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

icodein

icdemo's Issues

Why we need raw 'ADD' opcode?

I mean, if we assume that most 'ADD' opcode will be applied on int operand,
you can add 'do_add_int()' or something to cache, and replace all 'ADD' with 'ADD_INT' at once,
then if observed non-int operand, turn 'ADD_INT' to 'ADD_CACHED'.
Isn't that quicker?

After all, after first 'ADD' opcode, cache won't be empty, then other 'ADD' are meaningless, so we can just make cache filled before executing the bytecode.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.