2 Commits

Author SHA1 Message Date
Maksim Panchenko
54a7d53227 [BOLT] Fix program-header.test 2025-06-27 19:51:51 -07:00
Maksim Panchenko
d00c83ef22
[BOLT] Skip creation of new segments (#146023)
When all section contents are updated in-place, we can skip creation of
new segment(s), save disk space, and free up low memory addresses.

Currently, this feature only works with --use-gnu-stack.
2025-06-27 09:12:08 -07:00