HaxeFoundation / HaxeFoundation/hxcpp
[cppia] Add jit compilation for local functions
Open
- Dominant language
- C++
- Stars
- 330
- Forks
- 227
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 18
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.