[commit: ghc] master: Eagerly blackhole AP_STACKs (fd7a7a6)
git at git.haskell.org
git at git.haskell.org
Mon Jul 3 23:43:06 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/fd7a7a6363d8dde1813bc23cb4ef00ebb70a49c0/ghc
>---------------------------------------------------------------
commit fd7a7a6363d8dde1813bc23cb4ef00ebb70a49c0
Author: Ben Gamari <bgamari.foss at gmail.com>
Date: Mon Jul 3 19:10:07 2017 -0400
Eagerly blackhole AP_STACKs
This fixes #13615. See the rather lengthy Note [AP_STACKs must be
eagerly blackholed] for details.
Reviewers: simonmar, austin, erikd, dfeuer
Subscribers: duog, dfeuer, hsyl20, rwbarton, thomie
GHC Trac Issues: #13615
Differential Revision: https://phabricator.haskell.org/D3695
>---------------------------------------------------------------
fd7a7a6363d8dde1813bc23cb4ef00ebb70a49c0
rts/Apply.cmm | 180 +++++++++++++++++++++++++++++++++++++++++++++++++++++
rts/RaiseAsync.c | 1 +
rts/ThreadPaused.c | 9 +++
3 files changed, 190 insertions(+)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc fd7a7a6363d8dde1813bc23cb4ef00ebb70a49c0
More information about the ghc-commits
mailing list