DescriptionDisable CFI on a few methods.
While they have not been observed to slow down real-world use cases,
some blink_layout microbenchmarks feel better with these methods
disabled. In order to be concervative at the launch time, lift
the CFI defense for these methods.
8/10 of these methods will become much faster when an optimization
proposed in https://crbug.com/638056 -- we only need to load vptr
once (before the loop) and have a single CFI check instead of
a check per iteration.
BUG=638056, 634139
Committed: https://crrev.com/e3ad26fee659e29604efb762dd05347df6506fa9
Cr-Commit-Position: refs/heads/master@{#38759}
Patch Set 1 #
Messages
Total messages: 24 (12 generated)
|