Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [codeview] Optimize the size of defranges with gaps | Reid Kleckner | 2016-09-15 | 1 | -0/+174 |
For small, discontiguous local variable regions, CodeView can use a single defrange record with a gap, rather than having two defrange records. I expect that this optimization will only have a minor impact on debug info size. llvm-svn: 281664 |