13 Mar
2008
13 Mar
'08
4:44 p.m.
On Wed, Mar 12, 2008 at 09:26:52PM +0100, Johannes Hofmann wrote:
Hi,
the patch below reduces the use of malloc/free a bit. For loading http://www.w3.org/TR/xslt for example it reduces the number of calls to dMalloc() from 76735 to 50478 (according to gprof).
I have removed the SPCBuf member of html, as it seems not to be used. Please correct me if I'm wrong or it is intended to be used for in the future.
Committed. It may remain from the old way of handling whitespace... -- Cheers Jorge.-