Skip to content

[cppia] Add jit compilation for local functions #1213

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

Open
tobil4sk opened this issue Apr 11, 2025 · 0 comments
Open

[cppia] Add jit compilation for local functions #1213

tobil4sk opened this issue Apr 11, 2025 · 0 comments

Comments

@tobil4sk
Copy link
Member

In cppia jit mode, local functions do not get compiled and are interpreted instead. This has been an issue because of differences in how jit and interp handle exceptions, (see #876 and #1212). It would be nice for local functions to be jit compiled, which would avoid similar issues in future and provide better performance.

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

No branches or pull requests

1 participant