Y
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
uecker
356 days ago
You can still eliminate the memcpy of if you mark the pointer exposed at this point.
link