Closed
Bug 924391
Opened 9 years ago
Closed 9 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•9 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•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/b92594372e62
Flags: in-testsuite-
https://hg.mozilla.org/mozilla-central/rev/b92594372e62
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
You need to log in
before you can comment on or make changes to this bug.
Description
•