Closed
Bug 675128
Opened 15 years ago
Closed 15 years ago
IonMonkey: Replace pseudo-iterators with real iterators
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: adrake, Assigned: adrake)
References
Details
Attachments
(1 file)
|
37.35 KB,
patch
|
rpearl
:
review+
|
Details | Diff | Splinter Review |
There is a lot of manual linked list management in MUse chains, this patch adds an InlineForwardList singly-linked list class and makes MUse use that instead. It's quite a bit cleaner, I think.
| Assignee | ||
Comment 1•15 years ago
|
||
| Assignee | ||
Updated•15 years ago
|
Attachment #549292 -
Flags: review?(rpearl)
Comment 2•15 years ago
|
||
Comment on attachment 549292 [details] [diff] [review]
Patch v0
Review of attachment 549292 [details] [diff] [review]:
-----------------------------------------------------------------
Attachment #549292 -
Flags: review?(rpearl) → review+
| Assignee | ||
Comment 3•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•