1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00
cdt/core
David Daoust 24516594c6 Fixed parsing of escaped newlines in identifiers
Reduced the number of strings copied for "additionalKeywords" introduced by subclasses of the BaseScanner
Cached the string forms of all identifiers
Overall the trillogy time drops from 1800ms to 1775ms, and the memory allocated  drops from 61 M to 59 M (by not allocating about 90K strings)
2006-02-14 14:21:24 +00:00
..
org.eclipse.cdt.core Fixed parsing of escaped newlines in identifiers 2006-02-14 14:21:24 +00:00
org.eclipse.cdt.core.aix Fixed build for jar'd plugins 2006-01-18 18:16:35 +00:00
org.eclipse.cdt.core.linux Fixed build for jar'd plugins 2006-01-18 18:16:35 +00:00
org.eclipse.cdt.core.linux.ia64 Trying out the .qualifier version for builds. 2006-01-03 19:11:47 +00:00
org.eclipse.cdt.core.linux.ppc Trying out the .qualifier version for builds. 2006-01-03 19:11:47 +00:00
org.eclipse.cdt.core.linux.x86 Trying out the .qualifier version for builds. 2006-01-03 19:11:47 +00:00
org.eclipse.cdt.core.linux.x86_64 Trying out the .qualifier version for builds. 2006-01-03 19:11:47 +00:00
org.eclipse.cdt.core.macosx Fixed build for jar'd plugins 2006-01-18 18:16:35 +00:00
org.eclipse.cdt.core.qnx Fixed build for jar'd plugins 2006-01-18 18:16:35 +00:00
org.eclipse.cdt.core.solaris Fixed build for jar'd plugins 2006-01-18 18:16:35 +00:00
org.eclipse.cdt.core.tests Turned off a test that was hanging on my machine. It was passing on the build machine so it must be a timing issue. (i.e. it has an evil Thread.sleep() in it). 2006-02-02 21:39:26 +00:00
org.eclipse.cdt.core.win32 Trying out the .qualifier version for builds. 2006-01-03 19:11:47 +00:00
org.eclipse.cdt.ui .options included in binary build. 2006-02-10 15:54:48 +00:00
org.eclipse.cdt.ui.tests Fixed build for jar'd plugins 2006-01-18 18:16:35 +00:00