Open
Bug 1168659
Opened 11 years ago
Updated 2 months ago
[jsdbg2] Allocations log should do a Bernoulli trial per byte allocated rather than per allocation
Categories
(Core :: JavaScript: Debugger API, defect, P3)
Core
JavaScript: Debugger API
Tracking
()
NEW
People
(Reporter: fitzgen, Unassigned)
References
(Blocks 1 open bug)
Details
Note we don't actually have to roll the dice for each byte, but continue doing the statistically equivalent but more performant thing we do now for allocations.
This is more important now that bug 1068988 introduces sizes to the log, and will be doubly important after we add heterogeneous types to the allocations log.
Updated•3 years ago
|
Severity: normal → S3
Comment 1•2 months ago
|
||
Moving bugs to Debugger API component. Use castle-terms-potato to filter out.
Component: JavaScript Engine → JavaScript: Debugger API
Updated•2 months ago
|
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•