Closed
Bug 924391
Opened 12 years ago
Closed 12 years ago
don't use JS_BITS_PER_WORD in HeapAPI.h
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla27
People
(Reporter: froydnj, Unassigned)
References
Details
Attachments
(1 file)
|
1.84 KB,
patch
|
billm
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Reporter | ||
Comment 1•12 years ago
|
||
JS_BITS_PER_WORD requires configure checks and (indirectly) causes problems for doing
Mac universal builds (AIUI, bug 781171). The compiler will fold computations away,
so just use a construct that doesn't require the preprocessor.
Attachment #814382 -
Flags: review?(wmccloskey)
Attachment #814382 -
Flags: review?(wmccloskey) → review+
| Reporter | ||
Comment 2•12 years ago
|
||
Flags: in-testsuite-
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
You need to log in
before you can comment on or make changes to this bug.
Description
•