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

Issue 15302004: Convert ToBooleanStub to a HydrogenStub. Currently just using HBranch, which is still fully impleme… (Closed)

Created:
7 years, 7 months ago by oliv
Modified:
7 years, 6 months ago
Reviewers:
Toon Verwaest
CC:
v8-dev
Visibility:
Public.

Description

Convert ToBooleanStub to a HydrogenStub. Currently just using the existing HBranch instruction, which is still fully implemented in Lithium. Will refactor HBranch in a next CL. [ CL breaks mips, since the deoptimizer in Deoptimizer::DoTranslateCommand(...) does not convert smis passed to the stub via a0. ] BUG= R=verwaest@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=14886

Patch Set 1 : #

Total comments: 5

Patch Set 2 : rebase #

Patch Set 3 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+171 lines, -486 lines) Patch
M src/arm/code-stubs-arm.cc View 2 chunks +13 lines, -110 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M src/code-stubs.h View 1 2 2 chunks +32 lines, -16 lines 0 comments Download
M src/code-stubs.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 1 2 1 chunk +20 lines, -0 lines 0 comments Download
M src/hydrogen-instructions.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 3 chunks +12 lines, -148 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 2 chunks +4 lines, -6 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 2 3 chunks +14 lines, -3 lines 0 comments Download
M src/ic.h View 1 2 4 chunks +4 lines, -6 lines 0 comments Download
M src/ic.cc View 1 2 2 chunks +14 lines, -26 lines 0 comments Download
M src/isolate.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M src/objects.h View 5 chunks +8 lines, -7 lines 0 comments Download
M src/objects-inl.h View 3 chunks +3 lines, -15 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 3 chunks +13 lines, -138 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 2 chunks +5 lines, -7 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 2 2 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
oliv
7 years, 7 months ago (2013-05-17 15:11:13 UTC) #1
oliv
7 years, 7 months ago (2013-05-22 11:26:21 UTC) #2
Toon Verwaest
first set of comments. https://codereview.chromium.org/15302004/diff/18004/src/checks.h File src/checks.h (right): https://codereview.chromium.org/15302004/diff/18004/src/checks.h#newcode278 src/checks.h:278: #define FOR_ASSERT(statement) ((void) 0) What ...
7 years, 6 months ago (2013-05-28 09:33:32 UTC) #3
oliv
On 2013/05/28 09:33:32, Toon Verwaest wrote: > first set of comments. > > https://codereview.chromium.org/15302004/diff/18004/src/checks.h > ...
7 years, 6 months ago (2013-05-28 12:09:26 UTC) #4
Toon Verwaest
lgtm
7 years, 6 months ago (2013-05-28 12:40:36 UTC) #5
oliv
7 years, 6 months ago (2013-05-29 14:49:43 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r14886 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698