Open
Bug 1000520
(fast-Debugger)
Opened 11 years ago
Updated 2 years ago
[meta] [jsdbg2] Debugger's performance impact should be less
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: jimb, Unassigned)
References
(Depends on 3 open bugs, Blocks 1 open bug)
Details
(Keywords: meta)
Ideally, making a compartment a Debugger's debuggee should have no impact on its performance, beyond that imposed by running the Debugger's user's code.
However, as shown in the plots attached to bug 914429, making a compartment a Debugger debuggee slows down execution in that compartment quite a bit, even if we're not messing with the debuggee at all.
This is a meta-bug for all efforts to ameliorate that effect.
Reporter | ||
Updated•11 years ago
|
Alias: fast-Debugger
Updated•4 years ago
|
Blocks: js-debugger
Updated•4 years ago
|
Summary: [jsdbg2] Debugger's performance impact should be less → [meta] [jsdbg2] Debugger's performance impact should be less
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•