Skip to content
Commit 1a876fab authored by Alkis Evlogimenos's avatar Alkis Evlogimenos
Browse files

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
parent a363ea48
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