Closed
Bug 654170
Opened 14 years ago
Closed 14 years ago
Make js_InitArrayClass non-generic
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla8
People
(Reporter: Waldo, Assigned: Waldo)
Details
(Whiteboard: [inbound])
Attachments
(1 file, 1 obsolete file)
4.86 KB,
patch
|
bhackett1024
:
review+
|
Details | Diff | Splinter Review |
Another step toward making bootstrapping special. This also happens to fix the long-standing bug 592296. \o/
I'm continuing to stick with jorendorff because he's reviewed the other de-generifying patches. Note that Array has some special-case handling in js_InitClass which makes this slightly more complicated than RegExp and String were, although not too horribly tricky.
In theory I could remove the Array-specific complexity from js_InitClass now, but it seems better to leave that for a final cleanup once all standard-class initialization is made special.
Attachment #529516 -
Flags: review?(jorendorff)
Comment 1•14 years ago
|
||
Comment on attachment 529516 [details] [diff] [review]
Patch
Clearing the review bit since I r-'d all the patches along these lines, and Jeff has a new approach that I'm going to be reviewing today.
Attachment #529516 -
Flags: review?(jorendorff)
Assignee | ||
Comment 2•14 years ago
|
||
This builds on a bunch of the minor abstractions you've already reviewed, or will be reviewing. It also consolidates some of the old code a bit, now that Array's special-casing has been removed from the general code path. The comments indicate why more special-casing can't yet be removed, and what needs to be done to do so.
Attachment #529516 -
Attachment is obsolete: true
Attachment #545547 -
Flags: review?(bhackett1024)
Comment 3•14 years ago
|
||
Comment on attachment 545547 [details] [diff] [review]
Updated patch
Review of attachment 545547 [details] [diff] [review]:
-----------------------------------------------------------------
Attachment #545547 -
Flags: review?(bhackett1024) → review+
Comment 4•14 years ago
|
||
This (along with most things committed on Friday afternoon) was backed out of mozilla-inbound in order to clear up orange.
Assignee | ||
Comment 5•14 years ago
|
||
Whiteboard: [inbound]
Target Milestone: mozilla6 → mozilla8
Comment 6•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•