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 12208013: Separated smi check from HBoundsCheck. (Closed)

Created:
7 years, 10 months ago by Massi
Modified:
7 years, 10 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Separated smi check from HBoundsCheck. Committed: https://code.google.com/p/v8/source/detail?r=13645

Patch Set 1 #

Total comments: 20

Patch Set 2 : Addressed review comments. #

Total comments: 14

Patch Set 3 : Addressed subsequent comments. #

Patch Set 4 : Removed platform specific code. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+122 lines, -125 lines) Patch
M src/arm/lithium-arm.cc View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 1 chunk +0 lines, -4 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 1 chunk +2 lines, -21 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 1 2 1 chunk +5 lines, -1 line 0 comments Download
M src/hydrogen.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 1 10 chunks +25 lines, -17 lines 0 comments Download
M src/hydrogen-instructions.h View 1 2 3 6 chunks +45 lines, -3 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 2 2 chunks +10 lines, -3 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 chunk +0 lines, -4 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 1 chunk +2 lines, -20 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M src/mips/lithium-codegen-mips.h View 1 chunk +0 lines, -4 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 1 chunk +2 lines, -22 lines 0 comments Download
M src/mips/lithium-mips.cc View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 chunk +0 lines, -5 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 1 chunk +2 lines, -21 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Massi
7 years, 10 months ago (2013-02-05 13:26:55 UTC) #1
Jakob Kummerow
This is generally the right direction, but I have some suggestions for simplification. https://codereview.chromium.org/12208013/diff/1/src/hydrogen-instructions.cc File ...
7 years, 10 months ago (2013-02-06 13:43:59 UTC) #2
Massi
I think I have addressed everything... https://codereview.chromium.org/12208013/diff/1/src/hydrogen-instructions.cc File src/hydrogen-instructions.cc (right): https://codereview.chromium.org/12208013/diff/1/src/hydrogen-instructions.cc#newcode818 src/hydrogen-instructions.cc:818: HBoundsCheck* HBoundsCheck::AddAfter( On ...
7 years, 10 months ago (2013-02-06 19:12:31 UTC) #3
Jakob Kummerow
https://codereview.chromium.org/12208013/diff/1/src/hydrogen-instructions.cc File src/hydrogen-instructions.cc (right): https://codereview.chromium.org/12208013/diff/1/src/hydrogen-instructions.cc#newcode2973 src/hydrogen-instructions.cc:2973: HInstruction::Verify(); On 2013/02/06 19:12:31, Massi wrote: > The linker ...
7 years, 10 months ago (2013-02-07 16:17:14 UTC) #4
Massi
https://chromiumcodereview.appspot.com/12208013/diff/1/src/hydrogen-instructions.cc File src/hydrogen-instructions.cc (right): https://chromiumcodereview.appspot.com/12208013/diff/1/src/hydrogen-instructions.cc#newcode2973 src/hydrogen-instructions.cc:2973: HInstruction::Verify(); On 2013/02/07 16:17:14, Jakob wrote: > On 2013/02/06 ...
7 years, 10 months ago (2013-02-11 10:35:54 UTC) #5
Jakob Kummerow
lgtm
7 years, 10 months ago (2013-02-11 10:41:41 UTC) #6
Massi
7 years, 10 months ago (2013-02-11 16:36:58 UTC) #7
Jakob Kummerow
7 years, 10 months ago (2013-02-12 08:52:20 UTC) #8
Patch set 4 LGTM.

Powered by Google App Engine
This is Rietveld 408576698