Details
- Reviewers
chandlerc
Diff Detail
Event Timeline
docs/LangRef.rst | ||
---|---|---|
7012–7018 | Maybe mention that this is hostile to debugging tools and so shouldn't be done if the function carries the address or thread sanitizer attribute? | |
7142–7150 | This has the same problem as above for address sanitizer (but has no problems for thread sanitizer). Also, you should probably explicitly state that introducing a data race is not allowed. I don't anyone to be thinking (wrongly) that the race will totally be benign because the value of the bytes are undefined and so its 'fine'. |
Maybe mention that this is hostile to debugging tools and so shouldn't be done if the function carries the address or thread sanitizer attribute?