DescriptionUse a less compiler-specific way for preventing inlining / tail-call optimization.
The current method is MSVS-specific. With just NOINLINE, clang still
does a tail call, which also prevents a stack frame, so also add some
dummy machinery that makes the tail-call optimization impossible.
BUG=469813
Committed: https://crrev.com/916eb91eabfed357395b5f0aa26490a0469ce081
Cr-Commit-Position: refs/heads/master@{#321895}
Patch Set 1 #Patch Set 2 : nicer #Patch Set 3 : gcccccccc #Messages
Total messages: 18 (8 generated)
|