1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Find a file
Thomas Fletcher d0c9930d89 Update to avoid converting entire strings to lower case before
performing compare.  Significant performance gains on larger binaries:
Original (time to sort the symbol array used by the ElfHelper class):
- Sorting 53580 symbols took 6203ms
Modified (traded toLowerCase for compareToIgnoreCase)
- Sorting 53580 symbols took 828ms
2006-03-23 06:23:09 +00:00
build chage to the start() method: catching Trowable instead of Exception to handle the case when the error is thrown. 2006-03-16 15:42:50 +00:00
core Update to avoid converting entire strings to lower case before 2006-03-23 06:23:09 +00:00
debug Missing error message. 2006-03-21 19:33:59 +00:00
doc Added documentation for Completion Proposal Filter preference 2006-02-02 13:39:28 +00:00
launch/org.eclipse.cdt.launch Reversing previous changes. The existing "verifyProgramPath" method can be used. 2006-03-15 19:05:09 +00:00
releng Fixed build for jar'd plugins 2006-01-18 18:16:35 +00:00