[Lldb-commits] [PATCH] D97486: [lldb/Core] Change large function threshold variable into a setting.
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 2 00:11:59 PST 2021
labath added a comment.
As the author of this logic, I want to note that the original limit I chose was very arbitrary, and 32k (or any other small-ish number would work equally well). The main objective was to disable accidental multi-megabyte disassemblies (which can happen when the object file has no symbol information).
I'm not actually opposed to the, just wanting to make sure you're not adding it on my account.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97486/new/
https://reviews.llvm.org/D97486
More information about the lldb-commits
mailing list