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

Issue 10536202: Fix a bunch of implicit casts detected by the Win64 compiler (Closed)

Created:
8 years, 6 months ago by Jakob Kummerow
Modified:
8 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix a bunch of implicit casts detected by the Win64 compiler Committed: https://code.google.com/p/v8/source/detail?r=11862

Patch Set 1 #

Total comments: 6

Patch Set 2 : fixed casts in d8.cc, updated copyright years #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -21 lines) Patch
M preparser/preparser-process.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M samples/lineprocessor.cc View 1 chunk +1 line, -1 line 0 comments Download
M samples/process.cc View 1 7 chunks +7 lines, -7 lines 0 comments Download
M samples/shell.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/assembler.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/d8.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M src/debug.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/zone-inl.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
Jakob Kummerow
Working on getting our Win64 bot up and running again, I found a bunch of ...
8 years, 6 months ago (2012-06-19 12:40:50 UTC) #1
Erik Corry
https://chromiumcodereview.appspot.com/10536202/diff/1/src/factory.cc File src/factory.cc (right): https://chromiumcodereview.appspot.com/10536202/diff/1/src/factory.cc#newcode728 src/factory.cc:728: Vector<char> v2(p, static_cast<int>(space)); LGTM
8 years, 6 months ago (2012-06-19 12:43:04 UTC) #2
sanjoy
https://chromiumcodereview.appspot.com/10536202/diff/1/src/zone-inl.h File src/zone-inl.h (right): https://chromiumcodereview.appspot.com/10536202/diff/1/src/zone-inl.h#newcode103 src/zone-inl.h:103: return zone_->New(static_cast<int>(size)); LGTM.
8 years, 6 months ago (2012-06-19 12:45:56 UTC) #3
Peter Rybin
I can only say for lineprocessor.cc — LGTM
8 years, 6 months ago (2012-06-19 12:49:26 UTC) #4
Yang
On 2012/06/19 12:45:56, sanjoy wrote: > https://chromiumcodereview.appspot.com/10536202/diff/1/src/zone-inl.h > File src/zone-inl.h (right): > > https://chromiumcodereview.appspot.com/10536202/diff/1/src/zone-inl.h#newcode103 > ...
8 years, 6 months ago (2012-06-19 12:50:19 UTC) #5
rossberg
https://chromiumcodereview.appspot.com/10536202/diff/1/src/d8.cc File src/d8.cc (right): https://chromiumcodereview.appspot.com/10536202/diff/1/src/d8.cc#newcode289 src/d8.cc:289: return value_in->Uint32Value(); You probably need a static_cast here now, ...
8 years, 6 months ago (2012-06-19 13:35:30 UTC) #6
Jakob Kummerow
Copyright years updated and comments addressed. https://chromiumcodereview.appspot.com/10536202/diff/1/src/d8.cc File src/d8.cc (right): https://chromiumcodereview.appspot.com/10536202/diff/1/src/d8.cc#newcode289 src/d8.cc:289: return value_in->Uint32Value(); On ...
8 years, 6 months ago (2012-06-19 13:44:08 UTC) #7
rossberg
8 years, 6 months ago (2012-06-19 13:45:03 UTC) #8
lgtm

Powered by Google App Engine
This is Rietveld 408576698