This is an archive of the discontinued LLVM Phabricator instance.

[asan] LLVM: Switch to using dynamic shadow offset on iOS
ClosedPublic

Authored by zaks.anna on Oct 3 2016, 5:33 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

zaks.anna updated this revision to Diff 73385.Oct 3 2016, 5:33 PM
zaks.anna retitled this revision from to [asan] LLVM: Switch to using dynamic shadow offset on iOS.
zaks.anna updated this object.
zaks.anna added reviewers: kubamracek, etienneb.
zaks.anna added subscribers: kcc, llvm-commits.
kcc accepted this revision.Oct 3 2016, 6:37 PM
kcc added a reviewer: kcc.

LGTM
You know better, but it's just very sad that we can't have zero offset here.
It would have saved you 5+% in CPU and code size.

This revision is now accepted and ready to land.Oct 3 2016, 6:37 PM
This revision was automatically updated to reflect the committed changes.