Open
Bug 1068990
Opened 10 years ago
Updated 2 years ago
[jsdbg2] Add string allocations to the allocations log
Categories
(Core :: JavaScript Engine, defect, P3)
Tracking
()
NEW
People
(Reporter: fitzgen, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [gaming-tools])
Right now we only have Object allocations in the allocations log, but it would be really nice to have String as well and maybe expose further internals such as [Base]Shapes and things from XPCOM and Gecko.
We could use this as a meta bug; I suspect just getting Strings first would be a lot easier than integrating non-SpiderMonkey allocations.
We could extend the entries in the array returned by drainAllocationsLog with a "type" field that is a string "Object", "String", etc.
Reporter | ||
Comment 1•10 years ago
|
||
Let's start with strings.
Summary: [jsdbg2] Add non-Object allocations to the allocations log → [jsdbg2] Add string allocations to the allocations log
Reporter | ||
Updated•10 years ago
|
Blocks: memory-platform
Updated•9 years ago
|
Whiteboard: [gaming-tools]
Updated•9 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•