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

Issue 23938003: Move ToInt conversions to the MacroAssembler for x64 (Closed)

Created:
7 years, 3 months ago by oliv
Modified:
7 years, 3 months ago
Reviewers:
titzer
CC:
v8-dev
Visibility:
Public.

Description

Move ToInt conversions to the MacroAssembler for x64 + Prevent truncating TaggedToI from bailing out. (This is a port of r16464) BUG= R=titzer@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=16615

Patch Set 1 : #

Total comments: 4

Patch Set 2 : address review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+181 lines, -102 lines) Patch
M src/ia32/lithium-codegen-ia32.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 1 chunk +7 lines, -2 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 5 chunks +11 lines, -20 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 3 chunks +3 lines, -1 line 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 5 chunks +33 lines, -77 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 chunk +14 lines, -0 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 1 chunk +111 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
oliv
7 years, 3 months ago (2013-09-04 09:34:32 UTC) #1
titzer
lgtm lgtm https://codereview.chromium.org/23938003/diff/3001/src/x64/lithium-codegen-x64.cc File src/x64/lithium-codegen-x64.cc (right): https://codereview.chromium.org/23938003/diff/3001/src/x64/lithium-codegen-x64.cc#newcode4712 src/x64/lithium-codegen-x64.cc:4712: __ jmp(done); Maybe not in this CL, ...
7 years, 3 months ago (2013-09-05 14:03:37 UTC) #2
oliv
hey, ptal https://codereview.chromium.org/23938003/diff/3001/src/x64/lithium-codegen-x64.cc File src/x64/lithium-codegen-x64.cc (right): https://codereview.chromium.org/23938003/diff/3001/src/x64/lithium-codegen-x64.cc#newcode4712 src/x64/lithium-codegen-x64.cc:4712: __ jmp(done); On 2013/09/05 14:03:37, titzer wrote: ...
7 years, 3 months ago (2013-09-05 16:01:51 UTC) #3
titzer
On 2013/09/05 16:01:51, oliv wrote: > hey, ptal > > https://codereview.chromium.org/23938003/diff/3001/src/x64/lithium-codegen-x64.cc > File src/x64/lithium-codegen-x64.cc (right): ...
7 years, 3 months ago (2013-09-10 07:28:12 UTC) #4
titzer
lgtm
7 years, 3 months ago (2013-09-10 10:50:31 UTC) #5
oliv
7 years, 3 months ago (2013-09-10 12:37:52 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 manually as r16615.

Powered by Google App Engine
This is Rietveld 408576698