Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cross-call jit #38

Open
chriseth opened this issue Apr 13, 2016 · 1 comment
Open

Cross-call jit #38

chriseth opened this issue Apr 13, 2016 · 1 comment
Labels

Comments

@chriseth
Copy link
Contributor

If the bytecode of a call target is compiled, the jit should directly invoke it without first going through the runtime. This of course requires information like the current call stack depth to be available to the jited module.

@chriseth chriseth added this to the Backlog milestone Apr 13, 2016
@chfast chfast removed this from the Backlog milestone Apr 18, 2016
@chfast chfast added the planned label Apr 21, 2016
@axic
Copy link
Member

axic commented Jan 24, 2018

This should be possible now.

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

No branches or pull requests

3 participants