diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-09-26 15:43:47 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-09-26 17:42:34 -0400 |
commit | 47888fd8b40fa1db24f107ffdf12ac1673bbe650 (patch) | |
tree | 1ed62e5acd7864afd29311d4771aed9658504c4e /docs/users_guide/8.4.1-notes.rst | |
parent | 30a1eeea37e224e4ade9b8e7cdd30076cb716960 (diff) | |
download | haskell-47888fd8b40fa1db24f107ffdf12ac1673bbe650.tar.gz |
Revert "Switch VEH to VCH and allow disabling of SEH completely."
Reverting to fix authorship of commit.
This reverts commit 1825cbdbdf08ed4bd6fd6794852596078953298a.
Diffstat (limited to 'docs/users_guide/8.4.1-notes.rst')
-rw-r--r-- | docs/users_guide/8.4.1-notes.rst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/users_guide/8.4.1-notes.rst b/docs/users_guide/8.4.1-notes.rst index f525a8197a..4f3ff263cb 100644 --- a/docs/users_guide/8.4.1-notes.rst +++ b/docs/users_guide/8.4.1-notes.rst @@ -163,13 +163,6 @@ Runtime system compliance with the model set by the most Java virtual machine implementations. -- The GHC runtime on Windows now uses Continue handlers instead of Vectorized - handlers to trap exceptions. This change gives other exception handlers a chance - to handle the exception before the runtime does. Furthermore The RTS flag - :rts-flag:`--install-seh-handlers=<yes|no>` Can be used on Wndows to - completely disable the runtime's handling of exceptions. See - :ghc-ticket:`13911`, :ghc-ticket:`12110`. - Template Haskell ~~~~~~~~~~~~~~~~ |