breakpad/src/common/linux
jimblandy@gmail.com 722afebee0 Use a std::map instead of a linear search to look up files for line records.
With this patch, the time required to generate Breakpad symbols for
Firefox's libxul.so on a MacBook Pro 3,1 drops from 32s to 2s.

I verified that this patch had no effect on the output of dump_syms
when applied to firefox-bin and its libraries when built with -gstabs+.

A=jimblandy
R=nealsid


git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@362 4c0a9323-5329-0410-9bdc-e9ce6186880e
2009-07-27 21:30:02 +00:00
..
dump_symbols.cc Use a std::map instead of a linear search to look up files for line records. 2009-07-27 21:30:02 +00:00
dump_symbols.h Use ctsdio streams for dump_syms for significant speedup. Also contains a makefile fix to build in 32-bit mode, even on 64-bit systems. 2009-06-05 22:40:28 +00:00
file_id.cc Issue 294: mmap error checking is not correct. 2009-02-22 01:31:43 +00:00
file_id.h Add Linux exception handler. 2007-03-12 01:53:18 +00:00
guid_creator.cc Allow building with -pedantic (#186). r=ted.mielczarek 2007-05-31 19:44:52 +00:00
guid_creator.h Add Linux exception handler. 2007-03-12 01:53:18 +00:00
http_upload.cc slight fixup from issue 225 2007-12-03 22:12:25 +00:00
http_upload.h Issue 221 - HTTPUpload::SendRequest should provide error code or error description to callers. r=Liu Li 2007-11-02 12:22:35 +00:00