Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Applied w/changes[HEAD] Re: [cdt-patch] Patch to remove some temporary objects from the scanner


I had to make the following updates:
  • Be sure to run both the AutomatedIntegrationSuite in core.tests as well as AutomatedSuite in ui.tests : your changes brought a bug of my own to the surface while running the content assist tests.  
  • Don't forget to update the ChangeLog (or ChangeLog-parser file, for the work you've been doing).  

Thanks!
JohnC
www.eclipse.org/cdt


cdt-patch-admin@xxxxxxxxxxx wrote on 04/06/2004 04:37:11 PM:

>
> Here is a patch that removes some temporary objects that the scanner
> was producing
>
> When scanning "windows.h", there were about 1,070,000 objects
> created.  After this patch there are about 910,000 objects created.
> (1.6 sec elapsed time drops to 1.5 sec)
>
>
>
> The JUnits still pass.
>
>         - Dave[attachment "scanner.txt" deleted by John Camelon/Ottawa/IBM]

Back to the top