Open
Bug 1168659
Opened 9 years ago
Updated 2 years ago
[jsdbg2] Allocations log should do a Bernoulli trial per byte allocated rather than per allocation
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
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•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•