Closed
Bug 928738
Opened 12 years ago
Closed 12 years ago
avoid the wrath of the strict aliasing gods
Categories
(Core :: JavaScript Engine: JIT, defect)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla27
People
(Reporter: Benjamin, Assigned: Benjamin)
Details
Attachments
(1 file)
1.69 KB,
patch
|
jandem
:
review+
|
Details | Diff | Splinter Review |
/home/benjamin/dev/mozilla/inbound/js/src/jit/IonFrames.cpp: In member function ‘JS::Value js::jit::SnapshotIterator::slotValue(const js::jit::SnapshotReader::Slot&)’:
/home/benjamin/dev/mozilla/inbound/js/src/jit/IonFrames.cpp:1264:36: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
/home/benjamin/dev/mozilla/inbound/js/src/jit/IonFrames.cpp:1271:36: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
Attachment #819480 -
Flags: review?(jdemooij)
Comment 1•12 years ago
|
||
Comment on attachment 819480 [details] [diff] [review]
pun.patch
Review of attachment 819480 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks!
Attachment #819480 -
Flags: review?(jdemooij) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Assignee: nobody → benjamin
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
•