Skip to content
Commit c8233df6 authored by Chris Lattner's avatar Chris Lattner
Browse files

switch SourceManager from using an std::map and std::list of

ContentCache objects to using a densemap and list, and allocating
the ContentCache objects from a bump pointer.  This does not speed
up or slow down things substantially, but gives us control over 
their alignment.

llvm-svn: 63628
parent 79f6de0f
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