summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Win32/DynamicLibrary.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-11-18 02:42:27 +0000
committerChris Lattner <sabre@nondot.org>2004-11-18 02:42:27 +0000
commita1f777987643075f6d9dd843f25597f82063ff85 (patch)
tree9f311246bf03cc766814a89f09ebaf6521e032c5 /llvm/lib/System/Win32/DynamicLibrary.cpp
parent0624f951751e5270dd7d42bca8e0512cdb521a06 (diff)
downloadbcm5719-llvm-a1f777987643075f6d9dd843f25597f82063ff85.tar.gz
bcm5719-llvm-a1f777987643075f6d9dd843f25597f82063ff85.zip
* Improve comments/documentation substantially
* Eliminate the releaseMemory method, this is not an analysis * Change the fixed, active, and inactive lists of intervals to maintain an iterator for the current position in the interval. This allows us to do constant time increments of the iterator instead of having to do a binary search to find our liverange in our liveinterval all of the time, which substantially speeds up cases where LiveIntervals have many LiveRanges - which is very common for physical registers. On targets with many physregs, this can make a noticable difference. With a release build of LLC for PPC, this halves the time in processInactiveIntervals and processActiveIntervals, from 1.5s to .75s. This also lays the ground for more to come. llvm-svn: 17933
Diffstat (limited to 'llvm/lib/System/Win32/DynamicLibrary.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud