[all-commits] [llvm/llvm-project] 068af5: [lld][BP] Print total size of startup symbols (#14...
Ellis Hoag via All-commits
all-commits at lists.llvm.org
Mon Jun 23 08:18:25 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 068af5bfb47aae9399d072a68b0a723aef2f9ead
https://github.com/llvm/llvm-project/commit/068af5bfb47aae9399d072a68b0a723aef2f9ead
Author: Ellis Hoag <ellis.sparky.hoag at gmail.com>
Date: 2025-06-23 (Mon, 23 Jun 2025)
Changed paths:
M lld/include/lld/Common/BPSectionOrdererBase.inc
M lld/test/ELF/bp-section-orderer.s
M lld/test/MachO/bp-section-orderer.s
Log Message:
-----------
[lld][BP] Print total size of startup symbols (#145106)
A good proxy to estimate the number of page faults during startup is the
total size of startup functions. Assuming profiles are up-to-date, we
can measure this total size pretty easily. Note that if profile data is
old, this number could be wrong.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list