[PATCH] D44969: ELF: Place ordered sections in the middle of the unordered section list on targets with limited-range branches.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 30 12:15:18 PDT 2018
ruiu added a comment.
Ah, so the assumption I was missing is that hot functions are called from many more places than cold functions. That's perhaps obvious, but that's not necessarily true. Could you add your explanation as a comment?
https://reviews.llvm.org/D44969
More information about the llvm-commits
mailing list