DescriptionUses "#pragma GCC reset_options" to re-enable optimizations after ReduceLarge function
This ensures that compiler optimizations are restored to the state as it was before ReduceLarge function. Previous CL https://codereview.chromium.org/814273004 could have a possible side effect of enabling "tree-vectorize" optimizations for the rest of the file even when they were disabled in build settings.
BUG=439566
Committed: https://crrev.com/b126eb8f934f25877b0e6d992902e88eac3fec7f
Cr-Commit-Position: refs/heads/master@{#309537}
Patch Set 1 : Use #pragma GCC optimize(push) and #pragma GCC optimize(pop) #Patch Set 2 : Use #pragma GCC push_options and #pragma GCC pop_options #Patch Set 3 : Use #pragma GCC reset_options #Messages
Total messages: 15 (5 generated)
|