Identical literal folding takes ~1.4% of the time, and was missing
from the trace.
Signature computation still needs ~2.2% of the time, so probably worth
explicitly marking its contribution to "Write output file" (9.1%)
Paths
| Differential D128343
[lld/mac] Add a few TimeTraceScopes ClosedPublic Authored by thakis on Jun 22 2022, 8:00 AM.
Details
Summary Identical literal folding takes ~1.4% of the time, and was missing Signature computation still needs ~2.2% of the time, so probably worth
Diff Detail Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 22 2022, 8:00 AM This revision is now accepted and ready to land.Jun 22 2022, 9:29 AM Closed by commit rG0ec87addb7d1: [lld/mac] Add a few TimeTraceScopes (authored by thakis). · Explain WhyJun 23 2022, 8:47 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 439025 lld/MachO/Driver.cpp
lld/MachO/ICF.cpp
lld/MachO/Writer.cpp
|