[PATCH] D45841: Keep the output text sections with prefixes ".text.hot" , ".text.unlikely", ".text.startup", ".text.exit" separate
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 19 15:40:44 PDT 2018
ruiu added a comment.
And this should also slightly improve performance because of less number of page faults and improved locality for hot paths, I guess?
https://reviews.llvm.org/D45841
More information about the llvm-commits
mailing list