Some compile time improvements resulting in a 1sec speedup in the 5sec
compilation of gcc: * Use vectors instead of lists for the intervals sets * Use a heap for the unhandled set to keep intervals always sorted and makes insertions back to the heap very fast (compared to scanning a list) llvm-svn: 15103
Loading
Please register or sign in to comment