WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
16561
remove debugger overhead from non-debugged JavaScript execution
https://bugs.webkit.org/show_bug.cgi?id=16561
Summary
remove debugger overhead from non-debugged JavaScript execution
Darin Adler
Reported
2007-12-21 11:48:39 PST
I got a 1.5% speed-up by putting the debugger code into separate nodes, only created if needed.
Attachments
patch
(28.98 KB, patch)
2007-12-21 12:29 PST
,
Darin Adler
no flags
Details
Formatted Diff
Diff
improved patch; 1.022x as fast SunSpider
(30.20 KB, patch)
2007-12-21 12:56 PST
,
Darin Adler
eric
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Darin Adler
Comment 1
2007-12-21 12:29:40 PST
Created
attachment 18037
[details]
patch
Darin Adler
Comment 2
2007-12-21 12:56:14 PST
Created
attachment 18038
[details]
improved patch; 1.022x as fast SunSpider
Oliver Hunt
Comment 3
2007-12-21 13:31:52 PST
Is it possible to break out the sourceelements change into a seperate patch? it makes the current patch somewhat noisy.
Eric Seidel (no email)
Comment 4
2007-12-21 13:40:31 PST
Comment on
attachment 18038
[details]
improved patch; 1.022x as fast SunSpider Looks great. Two things: 1. SourceElements::release( needs a better name: children->release(m_children); that code makes little sense at first pass. 2nd. This now changes the behavior of Drosera so that you need to attach *before* you load a page. We need to file at least one (possibly two) followup bugs to this one. 1. Add the ability walk the tree and swap in/out break nodes for when the first/last debugger attaches/detaches. 2. If #1 doesn't get done soon, we'll need to teach Drosera how to recognize that it's trying to debug a JavaScript page which hasn't been parsed with debugging information and display a note to the user to reload the scripts (or just have it reload the scripts automatically)
Darin Adler
Comment 5
2007-12-21 13:56:05 PST
(In reply to
comment #4
)
> This now changes the behavior of Drosera so that you need to attach > *before* you load a page.
We just checked with Tim Hatcher, and it turns out that was already true about Drosera.
r28937
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug