Skip to content
Commit d88d759a authored by Greg Clayton's avatar Greg Clayton
Browse files

15-20% speed improvement when parsing DWARF. I used instruments to

find the hotspots in our code when indexing the DWARF. A combination of
using SmallVector to avoid collection allocations, using fixed form
sizes when possible, and optimizing the hot loops contributed to the
speedup.

llvm-svn: 113961
parent c288cda3
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