Open
Bug 1577549
Opened 6 years ago
Updated 7 months ago
Evaluate the distribution of slot counts for ArrayBuffers
Categories
(Core :: JavaScript Engine, enhancement, P3)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: tjr, Unassigned)
References
(Blocks 1 open bug)
Details
In Bug 1474659 we're trying to put arraybuffer metadata into a different arena. This has a small memory impact. If we're using more AllocKinds than we really need, we might be able to reduce that.
Current thinking is to put in some sort of logging and do some local browsing to understand the distribution.
Updated•6 years ago
|
Priority: -- → P2
Updated•2 years ago
|
Severity: normal normal → S3 S3
Updated•7 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•