[all-commits] [llvm/llvm-project] 41aa0d: [MC] Reduce size of MCLEBFragment (NFC) (#75050)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Dec 13 00:56:19 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 41aa0d4690a25366a5acbd4f3cbc94ca89176dfe
https://github.com/llvm/llvm-project/commit/41aa0d4690a25366a5acbd4f3cbc94ca89176dfe
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-12-13 (Wed, 13 Dec 2023)
Changed paths:
M llvm/include/llvm/MC/MCFragment.h
Log Message:
-----------
[MC] Reduce size of MCLEBFragment (NFC) (#75050)
This recovers more of the max-rss regression introduced by
https://reviews.llvm.org/D157657.
This is an about 1.2% max-rss improvement for the LTO link stage with
debuginfo on CTMark.
More information about the All-commits
mailing list