Closed
Bug 1259578
Opened 9 years ago
Closed 9 years ago
Use GC infrastructure to allocate ProxyValueArray
Categories
(Core :: JavaScript: GC, defect)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
mozilla48
Tracking | Status | |
---|---|---|
firefox48 | --- | fixed |
People
(Reporter: terrence, Assigned: terrence)
References
Details
Attachments
(1 file)
(deleted),
patch
|
jonco
:
review+
|
Details | Diff | Splinter Review |
At the moment this just simplifies error handling a bit. Once we start allocating wrappers in the nursery, this will allocate the slots inline, allowing us to skip the mallocBuffers table, and avoid the malloc altogether.
Attachment #8734511 -
Flags: review?(jcoppeard)
Comment 1•9 years ago
|
||
Comment on attachment 8734511 [details] [diff] [review]
use_gc_infra_to_allocate_proxy_slots-v0.diff
Review of attachment 8734511 [details] [diff] [review]:
-----------------------------------------------------------------
Nice.
Attachment #8734511 -
Flags: review?(jcoppeard) → review+
Assignee | ||
Comment 2•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/0a748d0eca440791c26eb3ec549a15486753dcc0
Bug 1259578 - Use GC infrastructure to allocate proxy's malloced blob; r=jonco
Comment 3•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
You need to log in
before you can comment on or make changes to this bug.
Description
•