Do not hold parser nodes, that do not contain residual style information, longer than necessary. By recycling the nodes earlier the number of malloc calls and the peak memory usage can be reduced. b=177994, r=heikki, sr=jst

git-svn-id: svn://10.0.0.236/trunk@134114 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
harishd%netscape.com
2002-11-19 18:29:35 +00:00
parent 7cb9ffca42
commit 1eb8cce6ae
40 changed files with 1490 additions and 1326 deletions

View File

@@ -1062,4 +1062,3 @@ void nsHTMLTokenizer::RecordTrailingContent(CStartToken* aStartToken, nsScanner&
copy_string( aOrigin, theCurrentPosition, beginWriting );
}
}