Hacker News new | ask | show | jobs
by vetinari 3833 days ago
But why? Only sandboxed, JIT-ted js code is going to use this custom ABI. What exceptions do you expect to handle?
1 comments

All exceptions including CPU exceptions like divide by zero or access violation uses SEH on Windows.
…which you shouldn't be getting in jitcode.