Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(557)

Issue 3030002: Fix compilation error on X64. Error is from r5080 (Closed)

Created:
10 years, 5 months ago by William Hesse
Modified:
9 years, 7 months ago
Reviewers:
Rico
CC:
v8-dev
Visibility:
Public.

Description

Fix compilation errors on X64. Error from r5080 is constructor Operand(register) with too few arguments, while constructing a dummy return value in unreachable code to avoid compiler errors. Also added explicit cast from intptr_t to int in profile-generator.cc to avoid compiler warnings, introduced in r5078. Committed: http://code.google.com/p/v8/source/detail?r=5084

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -4 lines) Patch
M src/profile-generator.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
William Hesse
A tiny review for you.
10 years, 5 months ago (2010-07-16 07:40:45 UTC) #1
Rico
10 years, 5 months ago (2010-07-16 07:46:57 UTC) #2
LGTM if windows x64 compilation error is also fixed

Powered by Google App Engine
This is Rietveld 408576698