DescriptionPrevent icf/comdat folding for OOM_CRASH() entry points.
We have various OOM-failure entry points which call OOM_CRASH() but
not much more. These are all NO/NEVER_INLINEd, but that isn't sufficient
to prevent the linker from common'ing up these identical functions
(see associated bug for an example), leading to confused crash stacks.
Avoid invasive linker optimization by adopting r306650 to OOM_CRASH().
R=haraken,primiano
BUG=690447
Review-Url: https://codereview.chromium.org/2683033008
Cr-Commit-Position: refs/heads/master@{#449582}
Committed: https://chromium.googlesource.com/chromium/src/+/f2724768b6463520d15a68cffd883ae5962c7359
Patch Set 1 #
Messages
Total messages: 15 (9 generated)
|