1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-07 17:15:25 +02:00
This commit is contained in:
Alain Magloire 2003-11-19 20:39:55 +00:00
parent c02f51e17e
commit 9d3d0c03a0

View file

@ -1,3 +1,11 @@
2003-11-19 Alain Magloire
Improve performance by not loading the symbols right away.
* model/org/eclipse/cdt/internal/core/model/Binary.java
* utils/org/eclipse/cdt/utils/coff/parser/BinaryObject.java
* utils/org/eclipse/cdt/utils/elf/parser/BinaryObject.java
2003-11-18 Alain Magloire 2003-11-18 Alain Magloire
Attempt to address performance problems from the binary parser Attempt to address performance problems from the binary parser