Closed
Bug 738072
Opened 14 years ago
Closed 14 years ago
Use uint32_t for slot numbers, indexes, counts, etc.
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla14
People
(Reporter: Waldo, Unassigned)
Details
Attachments
(1 file)
14.46 KB,
patch
|
dmandelin
:
review+
|
Details | Diff | Splinter Review |
We limit slots to 32 bits, so we should use uint32_t for this, not size_t, unsigned, or whatever. (Note that Shape::slot and other such things in jsscope.h already use uint32_t.)
Attachment #608132 -
Flags: review?(dmandelin)
![]() |
||
Updated•14 years ago
|
Attachment #608132 -
Flags: review?(dmandelin) → review+
Reporter | ||
Comment 1•14 years ago
|
||
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla13
Reporter | ||
Updated•14 years ago
|
Target Milestone: mozilla13 → mozilla14
Comment 2•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
•