| commit | 8dedb840b73e0c969d2cb2e2095be9795850ef39 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Tue Feb 03 07:30:45 2009 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Tue Feb 03 07:30:45 2009 +0000 |
| tree | f4cd780c4088fdca1bc6e0ab569410b5c22f6c40 | |
| parent | 9d87c6a1222b2b21aaf1508d3560fac4d11fb3be [diff] |
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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63628 91177308-0d34-0410-b5e6-96231b3b80d8