Closed
Bug 1575161
Opened 6 years ago
Closed 6 years ago
Remove CodeLocationJump, CodeOffsetJump, CodeLocationLabel::repoint
Categories
(Core :: JavaScript Engine: JIT, task, P1)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla71
| Tracking | Status | |
|---|---|---|
| firefox71 | --- | fixed |
People
(Reporter: jandem, Assigned: jandem)
References
Details
Attachments
(4 files)
There's some really complicated code here that we can just remove if we stop using it in the IonIC code.
| Assignee | ||
Comment 1•6 years ago
|
||
Also RepatchLabel, labelForPatch I think.
| Assignee | ||
Comment 2•6 years ago
|
||
This will let us remove a lot of dead code in the next patch.
| Assignee | ||
Comment 3•6 years ago
|
||
Removes about 850 lines of pretty complicated code.
Depends on D42621
| Assignee | ||
Comment 4•6 years ago
|
||
Depends on D42622
| Assignee | ||
Comment 5•6 years ago
|
||
Depends on D42623
Updated•6 years ago
|
Priority: -- → P1
Pushed by jdemooij@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/50cea5fa0187
part 1 - Stop using CodeOffsetJump, RepatchLabel, PatchJump etc in the IonIC code. r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/d924c53aa1ee
part 2 - Remove now unused CodeOffsetJump, RepatchLabel, PatchJump and related code. r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/402e7c3f87e7
part 3 - Simplify CodeLocationLabel now that it's only used with absolute addresses. r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/f4fe0cc774b7
part 4 - Delete now empty Assembler-shared.cpp file. r=tcampbell
Comment 7•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/50cea5fa0187
https://hg.mozilla.org/mozilla-central/rev/d924c53aa1ee
https://hg.mozilla.org/mozilla-central/rev/402e7c3f87e7
https://hg.mozilla.org/mozilla-central/rev/f4fe0cc774b7
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in
before you can comment on or make changes to this bug.
Description
•