[Webkit-unassigned] [Bug 30651] Crash when lot of nested tables are loaded

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 9 10:03:42 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=30651


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #42735|review?                     |review-
               Flag|                            |




--- Comment #4 from Darin Adler <darin at apple.com>  2009-11-09 10:03:42 PDT ---
(From update of attachment 42735)
This will probably cause performance regression if it's not inlined. The
insertNode function is quite hot, and calling a function for tagPriorityOfNode
is probably going to make it too slow.

I'm just going to say review- because it seems easy to mark it inline.

I think all three of these functions should be marked inline and put at the top
of the file before calls to them.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list