[webkit-reviews] review granted: [Bug 7775] KJS::Node and KJS::StatementNode are bigger than they need to be : [Attachment 7075] this could reduce memory use by a decent chunk for big widgets

bugzilla-request-daemon at opendarwin.org bugzilla-request-daemon at opendarwin.org
Tue Mar 14 23:34:30 PST 2006


Anders Carlsson <andersca at mac.com> has granted Anders Carlsson
<andersca at mac.com>'s request for review:
Bug 7775: KJS::Node and KJS::StatementNode are bigger than they need to be
http://bugzilla.opendarwin.org/show_bug.cgi?id=7775

Attachment 7075: this could reduce memory use by a decent chunk for big widgets
http://bugzilla.opendarwin.org/attachment.cgi?id=7075&action=edit

------- Additional Comments from Anders Carlsson <andersca at mac.com>
Just two small comments:

+	 (KJS::StatementNode::lastLine): Renamed l1 to m_line

this should be m_lastLine

+    int m_lastLine;;

has an extra semi-colon.

Otherwise, looks great!



More information about the webkit-reviews mailing list