DescriptionOilpan: disable stack depth assert with ASan enabled.
The assert to catch out needlessly deep GC marking recursion assumes a
lower per-stack frame overhead than what ASan-compiled code provides.
Hence, disable this stack depth assert when ASan is enabled so as to avoid
triggering it against much lower stack depths.
R=haraken
BUG=420515
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=188947
Patch Set 1 #
Messages
Total messages: 6 (2 generated)
|