You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Slots are now created during relocation scanning deterministically in input
order, matching lld. The scan is now serial. Slot creation within it was
already serialized on a mutex, so parallelism only decided which input
reached the lock first.
.rela.dyn and .rela.plt are created once alongside .got/.plt rather than per
input file.
ifunc loops now iterate .plt instead of a DenseMap, which is not deterministic
even under a single-threaded link.
Signed-off-by: quic-areg <aregmi@qti.qualcomm.com>
0 commit comments