limdoglim / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

make BasicSourceLineResolver (or a subclass) able to cache binary maps to disk #230

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We need to cache the binary representation of the symbol files to disk to
get a perf improvement in the processor.

Original issue reported on code.google.com by ted.mielczarek on 28 Nov 2007 at 5:25

GoogleCodeExporter commented 9 years ago
Proposed hooks.

Original comment by ted.mielczarek on 4 Dec 2007 at 8:29

Attachments:

GoogleCodeExporter commented 9 years ago
Complete implementation.

Original comment by ted.mielczarek on 20 Dec 2007 at 3:04

Attachments:

GoogleCodeExporter commented 9 years ago
I checked this in on a branch for the time being:
https://google-breakpad.googlecode.com/svn/branches/processor-symbol-cache 

Original comment by ted.mielczarek on 10 Mar 2008 at 7:35

GoogleCodeExporter commented 9 years ago
This approach isn't good enough. I have a better approach in progress over here:
http://breakpad.appspot.com/36001/show

Original comment by ted.mielczarek on 3 Dec 2009 at 4:13