Closed
Bug 1636059
Opened 5 years ago
Closed 5 years ago
Warp: use template objects for NewArray and NewObject JSOps
Categories
(Core :: JavaScript Engine: JIT, task, P1)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: jandem, Assigned: jandem)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
Right now we just do a VM call but we can match IonBuilder by using Baseline's template objects.
Assignee | ||
Comment 1•5 years ago
|
||
The use of JSObject* likely goes back to unboxed arrays.
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D74218
Updated•5 years ago
|
Severity: normal → N/A
Priority: -- → P1
Updated•5 years ago
|
status-firefox78:
--- → fix-optional
Pushed by jdemooij@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5dfe569548a8
part 1 - Use ArrayObject* instead of JSObject* in the NewArray code. r=iain
https://hg.mozilla.org/integration/autoland/rev/de593166a446
part 2 - Use template objects for NewArray and NewObject. r=iain
Comment 5•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/5dfe569548a8
https://hg.mozilla.org/mozilla-central/rev/de593166a446
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in
before you can comment on or make changes to this bug.
Description
•