[GC] Hoist reached-list lookups - #1755
Open
Rachit Mehta (rachitmeht) wants to merge 2 commits into
Open
Conversation
Rachit Mehta (rachitmeht)
force-pushed
the
perf/gc-reached-list-hoist-1754
branch
from
August 24, 2026 06:22
f2552c8 to
cbdb313
Compare
Parth (parth-07)
left a comment
Contributor
There was a problem hiding this comment.
Please add some performance improvement numbers in the commit message and the PR description.
Rachit Mehta (rachitmeht)
force-pushed
the
perf/gc-reached-list-hoist-1754
branch
2 times, most recently
from
August 25, 2026 08:09
6baa72b to
af0f0f1
Compare
Shankar Easwaran (quic-seaswara)
approved these changes
Aug 26, 2026
quic-areg
approved these changes
Aug 26, 2026
Move reached symbol and section list lookups out of the per-relocation path. On a Release ELD + Release Clang benchmark linking with --gc-sections over 100 runs, Garbage Collection runtime improved from 0.4516s to 0.4365s. Resolves qualcomm#1754 Signed-off-by: Rachit Mehta <rachmeht@qti.qualcomm.com>
Shankar Easwaran (quic-seaswara)
force-pushed
the
perf/gc-reached-list-hoist-1754
branch
from
August 26, 2026 18:20
af0f0f1 to
fc1408e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Move reached symbol and section list lookups out of the per-relocation path.
On a Release ELD + Release Clang benchmark linking with
--gc-sections over 100 runs, Garbage Collection runtime improved from
0.4516s to 0.4365s.
Resolves #1754