Y
Hacker News
new
|
ask
|
show
|
jobs
by
yuhong
3842 days ago
Proper SEH support.
1 comments
vetinari
3842 days ago
But why? Only sandboxed, JIT-ted js code is going to use this custom ABI. What exceptions do you expect to handle?
link
yuhong
3842 days ago
All exceptions including CPU exceptions like divide by zero or access violation uses SEH on Windows.
link
pcwalton
3842 days ago
…which you shouldn't be getting in jitcode.
link