diff options
author | Jim Ingham <jingham@apple.com> | 2016-07-07 18:25:48 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2016-07-07 18:25:48 +0000 |
commit | bed6779c7a839ed6dab85d0198e105021b63552f (patch) | |
tree | 41a5ed593b0c868d9565b5c8364386f92513f906 /llvm/lib/Object/MachOObjectFile.cpp | |
parent | f39977112a2ecc545d6d89a9875f6a35a54f68e6 (diff) | |
download | llvm-bed6779c7a839ed6dab85d0198e105021b63552f.zip llvm-bed6779c7a839ed6dab85d0198e105021b63552f.tar.gz llvm-bed6779c7a839ed6dab85d0198e105021b63552f.tar.bz2 |
Add an "experimental" setting to disable injecting local variables into expressions.
This feature was added to solve a lookup problem in expressions when local variables
shadow ivars. That solution requires fully realizing all local variables to evaluate
any expression, and can cause significant performance problems when evaluating
expressions in frames that have many complex locals.
Until we get a better solution, this setting mitigates the problem when you don't
have local variables that shadow ivars.
<rdar://problem/27226122>
llvm-svn: 274783
Diffstat (limited to 'llvm/lib/Object/MachOObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions