summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/scripts/asan_symbolize.py
diff options
context:
space:
mode:
authorNadav Rotem <nrotem@apple.com>2012-09-19 08:08:04 +0000
committerNadav Rotem <nrotem@apple.com>2012-09-19 08:08:04 +0000
commit4eb3d4b2cf29a7fde84409833fbdb6e679992603 (patch)
treeb3a3641ae68df33debee9c8a2ddedcde985f0d76 /compiler-rt/lib/asan/scripts/asan_symbolize.py
parent02fbc716479de79f4449ea021b60208017829d74 (diff)
downloadbcm5719-llvm-4eb3d4b2cf29a7fde84409833fbdb6e679992603.tar.gz
bcm5719-llvm-4eb3d4b2cf29a7fde84409833fbdb6e679992603.zip
Prevent inlining of callees which allocate lots of memory into a recursive caller.
Example: void foo() { ... foo(); // I'm recursive! bar(); } bar() { int a[1000]; // large stack size } rdar://10853263 llvm-svn: 164207
Diffstat (limited to 'compiler-rt/lib/asan/scripts/asan_symbolize.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud