You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the exception occurs in a different function, the program just continues running past it...
src/CppiaTest.hx:8: Continued past exception!
If the exception is instead thrown in the thread function, then the execution stops as expected.
The text was updated successfully, but these errors were encountered:
tobil4sk
changed the title
[cppia] Exception control flow breaks when threads are used in jit mode
[cppia] Exception control flow breaks when lambdas are used in jit mode
Jan 31, 2025
tobil4sk
changed the title
[cppia] Exception control flow breaks when lambdas are used in jit mode
[cppia] Exception control flow breaks with local functions in jit mode
Jan 31, 2025
When the exception occurs in a different function, the program just continues running past it...
If the exception is instead thrown in the thread function, then the execution stops as expected.
The text was updated successfully, but these errors were encountered: