mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-31 01:43:03 +08:00
0869b3e86d
MachOImageSymbolTableReader. This results in a speed boost for MachOImageSymbolTableReader because it’s able to read the entire string table in one operation, rather than reading each string from the remote process individually. Copying is also reduced. In a debug-mode build on my laptop, util_test MachOImageReader.* has improved from ~1400ms to ~1000ms. TEST=util_test TaskMemory.*:MachOImageReader.* R=rsesek@chromium.org Review URL: https://codereview.chromium.org/558313002