DescriptionDon't count nested function scopes towards MaxNestedContextChainlength
This is allocating registers in the function for all inner contexts that can be active in that function, so that nested blocks always have O(1) access to all outer contexts. However, currently it's always walking into nested functions, overallocating the number of registers, causing additional register pressure.
BUG=v8:5484
Committed: https://crrev.com/35fc3d58a1f63edf979474aae7a91fc64f5867f6
Cr-Commit-Position: refs/heads/master@{#40214}
Patch Set 1 #
Messages
Total messages: 11 (5 generated)
|