[PATCH] D119972: [demangler] Improve buffer hysteresis
Nathan Sidwell via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 28 11:44:13 PST 2022
urnathan added a comment.
In D119972#3342871 <https://reviews.llvm.org/D119972#3342871>, @serge-sans-paille wrote:
> It would be great to backup this kind of fine-tuning with some benchmarks, otherwise we're just making the code more complex without data :-/
We're actually making it simpler. Replacing a conditional assignment with an unconditional add.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119972/new/
https://reviews.llvm.org/D119972
More information about the llvm-commits
mailing list