DescriptionAdd a getter for the address and size of the code range to the pulic API
Since the x64 backend currently doesn't emit ABI compliant code, it is
not possible to unwind the stack. During Win64 SEH this will cause the
exception handling to abort, and not even call the unhandled exception
handler. Embedders are advised to install a custom unwind callback using
RtlInstallFunctionTableCallback for the entire code range to catch
unwind attempts for exception handling.
BUG=v8:3598
R=svenpanne@chromium.org
LOG=y
Committed: https://code.google.com/p/v8/source/detail?r=24283
Patch Set 1 #Patch Set 2 : updates #
Total comments: 3
Messages
Total messages: 5 (0 generated)
|