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

Issue 11538010: Fixed compilation error on Win64. (Closed)

Created:
8 years ago by Hannes Payer (out of office)
Modified:
8 years ago
CC:
v8-dev
Visibility:
Public.

Description

Fixed compilation error on Win64. BUG= Committed: https://code.google.com/p/v8/source/detail?r=13199

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

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

Messages

Total messages: 3 (0 generated)
Hannes Payer (out of office)
8 years ago (2012-12-11 18:43:25 UTC) #1
Michael Starzinger
LGTM (with a nit). https://codereview.chromium.org/11538010/diff/1/src/spaces.cc File src/spaces.cc (right): https://codereview.chromium.org/11538010/diff/1/src/spaces.cc#newcode1940 src/spaces.cc:1940: intptr_t sum = 0; Can ...
8 years ago (2012-12-11 18:55:43 UTC) #2
Hannes Payer (out of office)
8 years ago (2012-12-11 20:19:02 UTC) #3
https://codereview.chromium.org/11538010/diff/1/src/spaces.cc
File src/spaces.cc (right):

https://codereview.chromium.org/11538010/diff/1/src/spaces.cc#newcode1940
src/spaces.cc:1940: intptr_t sum = 0;
On 2012/12/11 18:55:43, Michael Starzinger wrote:
> Can we also turn this "sum" accumulator into "int".

Done.

Powered by Google App Engine
This is Rietveld 408576698