summaryrefslogtreecommitdiff
path: root/lib/Debugger
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-23 21:13:26 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-23 21:13:26 +0000
commit1e296bf046bc7868fa6b76b32a1404d166bb3a47 (patch)
treee461388498419bacd585be44eb50dd67bdf56cb1 /lib/Debugger
parentee93c874aa6018e0189df0a8d5b10197c6085d93 (diff)
downloadllvm-1e296bf046bc7868fa6b76b32a1404d166bb3a47.tar.gz
llvm-1e296bf046bc7868fa6b76b32a1404d166bb3a47.tar.bz2
llvm-1e296bf046bc7868fa6b76b32a1404d166bb3a47.tar.xz
Try to speed up gccld hot spot in BasicVN::getEqualNumberNodes by making
a function call at the core of the loop inline and removing unused stack variables from an often called function. This doesn't improve things much, the real saving will be by reducing the number of calls to this function (100K+ when linking kimwitu++). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19119 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Debugger')
0 files changed, 0 insertions, 0 deletions