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

Profile bytecode execution frequency #82

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

Profile bytecode execution frequency #82

mgaudet opened this issue Feb 15, 2017 · 0 comments

Comments

@mgaudet
Copy link

mgaudet commented Feb 15, 2017

For the purposes of informing a JIT compiler about the execution frequency of bytecode basic blocks, it would be nice if the interpreter would track how often a particular block gets executed.

This kind of change can allow the JIT compiler to focus its optimization on the parts of a method that actually get executed.

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