Closed
Bug 1107145
Opened 9 years ago
Closed 9 years ago
Separate TypeDescr and TypedProto
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla37
People
(Reporter: bhackett1024, Assigned: bhackett1024)
References
Details
Attachments
(1 file)
63.49 KB,
patch
|
nmatsakis
:
review+
|
Details | Diff | Splinter Review |
Currently type descriptors and typed object prototypes are 1:1. In order to support arrays of different lengths having the same prototype, this needs to be fixed. The attached patch moves type descriptor pointers from the prototype to the typed object's type object (bleah) itself. The actual sharing of prototypes for typed object arrays will happen in another patch.
Attachment #8531655 -
Flags: review?(nmatsakis)
Updated•9 years ago
|
Attachment #8531655 -
Flags: review?(nmatsakis) → review+
Assignee | ||
Comment 1•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/c2659bf5793d
Comment 2•9 years ago
|
||
Backed out for bustage. https://hg.mozilla.org/integration/mozilla-inbound/rev/810cb91fe026 https://treeherder.mozilla.org/logviewer.html#?job_id=4559716&repo=mozilla-inbound
Assignee | ||
Comment 3•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/1d8b8c3d74e3
https://hg.mozilla.org/mozilla-central/rev/1d8b8c3d74e3
Assignee: nobody → bhackett1024
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla37
You need to log in
before you can comment on or make changes to this bug.
Description
•