Bug 12282 - SVG wastes time in malloc to send loadEvents to non-existent listeners
Summary: SVG wastes time in malloc to send loadEvents to non-existent listeners
Status: RESOLVED DUPLICATE of bug 16447
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P4 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-15 07:31 PST by Eric Seidel (no email)
Modified: 2008-04-28 09:28 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2007-01-15 07:31:22 PST
SVG wastes time in malloc to send loadEvents to non-existent listeners

We could optimize out these load events by having an extra bool on SVGElement which told us if any of its kids had a load event listener.  Keeping that bool up to date might be troublesome however.
Comment 1 Eric Seidel (no email) 2008-04-28 09:28:49 PDT

*** This bug has been marked as a duplicate of 16447 ***