diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-06-14 16:58:16 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-06-14 16:58:16 +0000 |
commit | 952036def97bbf3f26cb963f12f64cda281feffd (patch) | |
tree | b0dcf6ede773debd7395599ab763d0fb273b4444 /lib/CodeGen/PrologEpilogInserter.cpp | |
parent | f924dea8ddb74df8d591f8fdc409fc5b8b5e10d4 (diff) |
Fix a compile time regression caused by too small hash tables.
Measure the worst case number of probes for a miss instead of the less
conservative number of probes required for an insertion.
Lower the limit to < 6 probes worst case.
This doubles the size of the ARM and X86 hash tables, other targets are
unaffected. LiveVariables runs 12% faster with this change.
<rdar://problem/9598545>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132999 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/PrologEpilogInserter.cpp')
0 files changed, 0 insertions, 0 deletions