Closed
Bug 1806366
Opened 2 years ago
Closed 2 years ago
Use FrontendContext for allocation and error reporting in asm.js compilation
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
110 Branch
Tracking | Status | |
---|---|---|
firefox110 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(3 files)
No description provided.
Assignee | ||
Updated•2 years ago
|
Assignee: nobody → arai.unmht
Status: NEW → ASSIGNED
Summary: Use FrontendContext for error reporting in asm.js compilation → Use FrontendContext for allocation and error reporting in asm.js compilation
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Depends on D164562
Assignee | ||
Comment 2•2 years ago
|
||
Depends on D165130
Assignee | ||
Comment 3•2 years ago
|
||
Depends on D165131
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/5489d964e770
Part 1: Use FrontendContext in ParserAtomsTable::toNewUTF8CharsZ. r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/4e7abc5e0ffd
Part 2: Use js_new in AsmJS. r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/e1920786a00a
Part 3: Remove unnecessary JSContext usage. r=tcampbell
Comment 5•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/5489d964e770
https://hg.mozilla.org/mozilla-central/rev/4e7abc5e0ffd
https://hg.mozilla.org/mozilla-central/rev/e1920786a00a
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox110:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 110 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•