v
v copied to clipboard
checker, cgen: Fix shared array,maps can be cloned without lock and generated c codes are not correct if a method receiver have shared typed arg.
This PR fixes issues related to shared
typed variables.
- Fix #13329 (shared array,map can be cloned without locks.)
- Fix #13320 (methods having shared typed args in receiver generates not correct c codes)
ping?
Since both referenced issues have been closed, closing this PR.