1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/include/llvm/DebugInfo
Zachary Turner 256c05c15c [CodeView] Micro-optimizations to speed up type merging.
Based on a profile, a couple of hot spots were identified in the
main type merging loop.  The code was simplified, a few loops
were re-arranged, and some outlined functions were inlined.  This
speeds up type merging by a decent amount, shaving around 3-4 seconds
off of a 40 second link in my test case.

Differential Revision: https://reviews.llvm.org/D42559

llvm-svn: 323790
2018-01-30 17:12:04 +00:00
..
CodeView [CodeView] Micro-optimizations to speed up type merging. 2018-01-30 17:12:04 +00:00
DWARF Stop tracking .debug_line_str in DWARFUnit. NFC. 2018-01-29 22:02:56 +00:00
MSF [MSF] Fix FPM interval calcluation 2018-01-05 18:12:14 +00:00
PDB Fix pretty printing the unspecified param of a variadic function 2018-01-17 01:22:03 +00:00
Symbolize DebugInfo: Provide option for explicitly specifying the name of the DWP file 2017-07-30 01:34:08 +00:00
DIContext.h dwarfdump: Add support for the --diff option. 2017-12-08 23:32:47 +00:00