Closed
Bug 1107145
Opened 10 years ago
Closed 10 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•10 years ago
|
Attachment #8531655 -
Flags: review?(nmatsakis) → review+
Assignee | ||
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
Assignee | ||
Comment 3•10 years ago
|
||
Assignee: nobody → bhackett1024
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla37
You need to log in
before you can comment on or make changes to this bug.
Description
•