Closed
Bug 1945707
Opened 10 months ago
Closed 10 months ago
Remove SmooshMonkey code
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
137 Branch
| Tracking | Status | |
|---|---|---|
| firefox137 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(6 files)
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review |
Given the SmooshMonkey code is tightly coupled with the bytecode structure, which is rapidly changing these days, the code is getting outdated, and also the code is not well-tested.
Let's remove the in-tree code for now. We can revive whenever we want, with updating the bytecode definitions and code generation.
| Assignee | ||
Updated•10 months ago
|
Severity: -- → N/A
Priority: -- → P3
| Assignee | ||
Comment 1•10 months ago
|
||
| Assignee | ||
Comment 2•10 months ago
|
||
| Assignee | ||
Comment 3•10 months ago
|
||
| Assignee | ||
Comment 4•10 months ago
|
||
| Assignee | ||
Comment 5•10 months ago
|
||
| Assignee | ||
Comment 6•10 months ago
|
||
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/55a151b83371
Part 1: Remove task definition for SmooshMonkey. r=nbp
https://hg.mozilla.org/integration/autoland/rev/c35388abab52
Part 2: Remove autospider variants for SmooshMonkey. r=nbp
https://hg.mozilla.org/integration/autoland/rev/ad2b9a352883
Part 3: Remove --enable-smoosh config. r=nbp
https://hg.mozilla.org/integration/autoland/rev/758d2fc69c6e
Part 4: Remove testing functions for SmooshMonkey. r=nbp
https://hg.mozilla.org/integration/autoland/rev/b05f7a877257
Part 5: Remove frontend-integration for SmooshMonkey. r=nbp
https://hg.mozilla.org/integration/autoland/rev/54eb8e370f2b
Part 6: Remove smoosh crate. r=nbp,supply-chain-reviewers
https://hg.mozilla.org/mozilla-central/rev/55a151b83371
https://hg.mozilla.org/mozilla-central/rev/c35388abab52
https://hg.mozilla.org/mozilla-central/rev/ad2b9a352883
https://hg.mozilla.org/mozilla-central/rev/758d2fc69c6e
https://hg.mozilla.org/mozilla-central/rev/b05f7a877257
https://hg.mozilla.org/mozilla-central/rev/54eb8e370f2b
Status: ASSIGNED → RESOLVED
Closed: 10 months ago
status-firefox137:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 137 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•