Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Profile types in the interpreter #83

Open
mgaudet opened this issue Feb 15, 2017 · 0 comments
Open

Profile types in the interpreter #83

mgaudet opened this issue Feb 15, 2017 · 0 comments

Comments

@mgaudet
Copy link

mgaudet commented Feb 15, 2017

Any type frequency information that the interpreter can collect can likely be profitably exploited by a JIT compiler.

For example, if we know a method is always called with Fixnum arguments, we can specialize that body to the most likely case.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant