For COFF and MachO, compute the gap between to symbols.
Before r238028 we used to do this in O(N^2), now we do it in O(N log N). llvm-svn: 238698
Loading
Please register or sign in to comment
Before r238028 we used to do this in O(N^2), now we do it in O(N log N). llvm-svn: 238698