Hacker News new | ask | show | jobs
by nikic 357 days ago
That's a great point. I initially thought we could assume no exposure for loads with non-pointer-compatible TBAA, but you are right that this is not correct if the memory has been laundered through memcpy.
1 comments

You can still eliminate the memcpy of if you mark the pointer exposed at this point.