[PATCH] D25960: Read section headers upfront

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 25 14:04:12 PDT 2016


davide added a comment.

If you plan to iterate on this, probably it's fine, but my reaction when I see your number is that the performance effect of the change is pretty much neutral. Sure, you have some slowdowns and some improvements, but they vary roughly between 0.1% and 0.5% , which, no matter how controlled the enviroment on which we're running tests, could be caused by other factors.


https://reviews.llvm.org/D25960





More information about the llvm-commits mailing list