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

Issue 1637009: Create const ints for int8_t and int32_t in jmp assembler (making win64 build... (Closed)

Created:
10 years, 8 months ago by Rico
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Create const ints for int8_t and int32_t in jmp assembler (making win64 build happy) Committed: http://code.google.com/p/v8/source/detail?r=4408

Patch Set 1 #

Total comments: 4

Patch Set 2 : '' #

Patch Set 3 : '' #

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

Messages

Total messages: 3 (0 generated)
Rico
Small change making win64 compile
10 years, 8 months ago (2010-04-14 08:44:48 UTC) #1
Søren Thygesen Gjesse
LGTM http://codereview.chromium.org/1637009/diff/1/2 File src/x64/assembler-x64.cc (right): http://codereview.chromium.org/1637009/diff/1/2#newcode1143 src/x64/assembler-x64.cc:1143: const int long_size = sizeof(int32_t); Two spaces before ...
10 years, 8 months ago (2010-04-14 08:51:06 UTC) #2
Rico
10 years, 8 months ago (2010-04-14 08:53:47 UTC) #3
http://codereview.chromium.org/1637009/diff/1/2
File src/x64/assembler-x64.cc (right):

http://codereview.chromium.org/1637009/diff/1/2#newcode1143
src/x64/assembler-x64.cc:1143: const int long_size  = sizeof(int32_t);
On 2010/04/14 08:51:06, Søren Gjesse wrote:
> Two spaces before =.

Done.

http://codereview.chromium.org/1637009/diff/1/2#newcode1144
src/x64/assembler-x64.cc:1144: int offs = L->pos() - pc_offset()-1;
On 2010/04/14 08:51:06, Søren Gjesse wrote:
> Spaces arround binary operation (-).

Done.

Powered by Google App Engine
This is Rietveld 408576698