diff options
author | GHC GitLab CI <ghc-ci@gitlab-haskell.org> | 2021-06-11 00:41:19 +0000 |
---|---|---|
committer | Zubin Duggal <zubin.duggal@gmail.com> | 2021-06-27 16:49:14 +0530 |
commit | 616196cc8588e8b668d511c67004b6df36c6f486 (patch) | |
tree | 5670bcf26e63aeb875a37095e2c4012a7b33dea2 /ghc | |
parent | 8b2554efe0ed942c3861c69963ce3ec1e72eb08e (diff) | |
download | haskell-616196cc8588e8b668d511c67004b6df36c6f486.tar.gz |
codeGen: Fix header size for array write barriers
Previously the code generator's logic for invoking the nonmoving write
barrier was inconsistent with the write barrier itself. Namely, the code
generator treated the header size argument as being in words whereas the
barrier expected bytes. This was the cause of #19715.
Fixes #19715.
(cherry picked from commit 221a104f44fdf58e4514d41ae827747c2bf938c8)
Diffstat (limited to 'ghc')
0 files changed, 0 insertions, 0 deletions