Closed
Bug 1778945
Opened 3 years ago
Closed 3 years ago
Ion's RA: add documentation
Categories
(Core :: JavaScript Engine: JIT, enhancement, P3)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
106 Branch
Tracking | Status | |
---|---|---|
firefox106 | --- | fixed |
People
(Reporter: jseward, Assigned: jseward)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 2 obsolete files)
Add documentation for the allocator.
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
Assignee | ||
Updated•3 years ago
|
Attachment #9284887 -
Attachment is obsolete: true
Assignee | ||
Updated•3 years ago
|
Attachment #9284894 -
Attachment mime type: application/octet-stream → text/plain
Assignee | ||
Comment 3•3 years ago
|
||
This patch adds an overview of the data structures and core algorithms of the
backtracking allocator. There is also a shorter final section which records,
in more general terms, what we have learnt in the past four months about
splitting in the presence of calls and loops. NO FUNCTIONAL CHANGE.
Assignee | ||
Updated•3 years ago
|
Attachment #9284894 -
Attachment is obsolete: true
Assignee | ||
Comment 4•3 years ago
|
||
The final section, on splitting across loops and calls, got moved to a new
document which currently lives at bug 1758274 comment 17.
Pushed by jseward@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5cb83b5517ab
Ion's RA: add documentation. r=jandem.
Comment 6•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox106:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 106 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•