runtime: write barrier incorrect on wasm #30871
Closed
Comments
Change https://golang.org/cl/167743 mentions this issue: |
@gopherbot, please backport to Go 1.12 and Go 1.11. |
Backport issue(s) opened: #30872 (for 1.11), #30873 (for 1.12). Remember to create the cherry-pick CL(s) as soon as the patch is submitted to master, according to https://golang.org/wiki/MinorReleases. |
Thanks @gopherbot! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The implementation of the write barrier on wasm incorrectly implements the "deletion" part of the barrier, and has since the code was introduced in Go 1.11. I have a fix. This issue is to track backports.
The text was updated successfully, but these errors were encountered: