Chromium Code Reviews

Issue 164498: Fix strict aliasing crash on x64. (Closed)

Created:
11 years, 4 months ago by Dean McNamee
Modified:
9 years, 7 months ago
Reviewers:
agl, Mads Ager (chromium)
CC:
v8-dev
Visibility:
Public.

Description

Fix strict aliasing crash on x64.

Patch Set 1 #

Patch Set 2 : remove todo. #

Unified diffs Side-by-side diffs Stats (+13 lines, -11 lines)
M SConstruct View 1 chunk +1 line, -1 line 0 comments
M src/compilation-cache.cc View 1 chunk +0 lines, -1 line 0 comments
M src/handles.h View 2 chunks +11 lines, -8 lines 0 comments
M src/handles-inl.h View 1 chunk +1 line, -1 line 0 comments

Messages

Total messages: 3 (0 generated)
Dean McNamee
11 years, 4 months ago (2009-08-13 18:49:06 UTC) #1
Dean McNamee
In case you feel like digging, the aliasing rules are 3.10 paragraph 15 of the ...
11 years, 4 months ago (2009-08-13 19:00:28 UTC) #2
Mads Ager (chromium)
11 years, 4 months ago (2009-08-14 07:10:18 UTC) #3
LGTM

Powered by Google App Engine