Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] Applied [HEAD] Fw: Removal of StringBuffers


Thanks Dave.  
JohnC
www.eclipse.org/cdt

----- Forwarded by John Camelon/Ottawa/IBM on 05/19/2004 11:39 AM -----

David Daoust/Ottawa/IBM wrote on 05/18/2004 09:26:33 PM:

> John,

>  Here is the patch we discussed.  (It looks like your latest patch
> today dropped the allocated memory by 18M -- these results include
> your update).

>
> [attachment "StringBufferRemoval.txt" deleted by John Camelon/Ottawa/IBM]

>
> #include <windows.h>

> #include <stdio.h>
>
>    StringBuffers Objects  Memory

> Scanner Before  146,001  1,073,922 44,856,232
> Scanner After  9,845       920,676     38,134,584    
>
> Parser Before JC 207,397      3,909,992      144,896,336    

> Parser Before  207,119      3,361,934      126,657,528    
> Parser After   70,963      3,207,854      119,910,328    

Back to the top