[all-commits] [llvm/llvm-project] 786c67: [lldb] Add size checks for frequently allocated cl...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Mon Jun 8 02:39:25 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 786c67f26d2caa887646b5bb2020336c56b3ca73
https://github.com/llvm/llvm-project/commit/786c67f26d2caa887646b5bb2020336c56b3ca73
Author: Raphael Isemann <rise at apple.com>
Date: 2026-06-08 (Mon, 08 Jun 2026)
Changed paths:
M lldb/include/lldb/Core/Address.h
M lldb/include/lldb/Core/AddressRange.h
M lldb/include/lldb/Core/Mangled.h
M lldb/include/lldb/Symbol/LineTable.h
M lldb/include/lldb/Utility/ConstString.h
Log Message:
-----------
[lldb] Add size checks for frequently allocated classes (#200939)
Given how frequently we allocate these classes (or classes containing
these classes) on the heap, we should only grow them intentionally.
See also bd1b3d47462acf4f854f593bdd77b3f127adea46
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