[all-commits] [llvm/llvm-project] d00c83: [BOLT] Skip creation of new segments (#146023)

Maksim Panchenko via All-commits all-commits at lists.llvm.org
Fri Jun 27 09:12:30 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d00c83ef226f3c13a85e95a240fb98216d46059b
      https://github.com/llvm/llvm-project/commit/d00c83ef226f3c13a85e95a240fb98216d46059b
  Author: Maksim Panchenko <maks at fb.com>
  Date:   2025-06-27 (Fri, 27 Jun 2025)

  Changed paths:
    M bolt/lib/Rewrite/RewriteInstance.cpp
    A bolt/test/program-header.test

  Log Message:
  -----------
  [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.



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