Skip to content
Snippets Groups Projects
Unverified Commit 616196cc authored by GHC GitLab CI's avatar GHC GitLab CI Committed by Zubin
Browse files

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 221a104f)
parent 8b2554ef
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment