diff --git a/core/org.eclipse.cdt.core/ChangeLog b/core/org.eclipse.cdt.core/ChangeLog index 65c14907d1a..645136d4195 100644 --- a/core/org.eclipse.cdt.core/ChangeLog +++ b/core/org.eclipse.cdt.core/ChangeLog @@ -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 Attempt to address performance problems from the binary parser