[all-commits] [llvm/llvm-project] a37c38: Increase memory buffer for scanning objc classes o...
Jason Molenda via All-commits
all-commits at lists.llvm.org
Fri Feb 4 23:56:33 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a37c38176a5a1f797e6bc2b8771be017394e8e32
https://github.com/llvm/llvm-project/commit/a37c38176a5a1f797e6bc2b8771be017394e8e32
Author: Jason Molenda <jason at molenda.com>
Date: 2022-02-04 (Fri, 04 Feb 2022)
Changed paths:
M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
Log Message:
-----------
Increase memory buffer for scanning objc classes on darwin systems
iOS systems are getting near this limit; double itfrom a 150kb
buffer to a 300kb buffer, which is freed after processing the
list of classes.
rdar://88454594
Differential Revision: https://reviews.llvm.org/D118972
More information about the All-commits
mailing list