Skip to content
Commit 454a8afc authored by Reid Spencer's avatar Reid Spencer
Browse files

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++).

llvm-svn: 19119
parent 0a54a58c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment