Bug 15395 - ~JSSVGLength() is slow (or we're creating too many JSSVGLength objects)
Summary: ~JSSVGLength() is slow (or we're creating too many JSSVGLength objects)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL: http://www.croczilla.com/svg/samples/...
Keywords:
Depends on: 14150
Blocks:
  Show dependency treegraph
 
Reported: 2007-10-06 01:18 PDT by Eric Seidel (no email)
Modified: 2007-12-15 04:07 PST (History)
0 users

See Also:


Attachments
sample showing the slowness (65.54 KB, text/plain)
2007-10-06 01:19 PDT, Eric Seidel (no email)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2007-10-06 01:18:47 PDT
~JSSVGLength() is slow (or we're creating too many JSSVGLength objects)

This might just be bug 14150 again.

But Space Invaders plays poorly because we spend soo much time in the collector, or actually in ~JSSVGLength() called from the collector.
Comment 1 Eric Seidel (no email) 2007-10-06 01:19:08 PDT
Created attachment 16564 [details]
sample showing the slowness
Comment 2 Eric Seidel (no email) 2007-10-11 11:18:18 PDT
This may be "fixed" now that bug 14150 is resolved.  Unsure.
Comment 3 Eric Seidel (no email) 2007-12-15 04:07:37 PST
I believe this is fixed now what bug 14150 is resolved.