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

Issue 24072013: Hydrogenisation of binops (Closed)

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

Description

Patch Set 1 : #

Patch Set 2 : rebase #

Patch Set 3 : fix overwrite mode & better result typefeedback #

Total comments: 14

Patch Set 4 : address review #

Patch Set 5 : rebase #

Patch Set 6 : fix rewrite mode & finetune type feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+797 lines, -3740 lines) Patch
M src/arm/code-stubs-arm.cc View 1 3 chunks +13 lines, -987 lines 0 comments Download
M src/ast.h View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M src/code-stubs.h View 1 2 3 4 5 5 chunks +150 lines, -124 lines 0 comments Download
M src/code-stubs.cc View 1 2 3 4 5 2 chunks +283 lines, -94 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 1 2 3 1 chunk +95 lines, -0 lines 0 comments Download
M src/hydrogen.h View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M src/hydrogen.cc View 1 2 3 4 4 chunks +94 lines, -63 lines 0 comments Download
M src/hydrogen-instructions.h View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 7 chunks +14 lines, -1448 lines 0 comments Download
M src/ia32/deoptimizer-ia32.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 2 3 4 2 chunks +2 lines, -1 line 0 comments Download
M src/ic.h View 1 2 3 4 3 chunks +6 lines, -13 lines 0 comments Download
M src/ic.cc View 1 2 3 4 3 chunks +86 lines, -242 lines 0 comments Download
M src/isolate.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M src/log.cc View 1 2 3 4 1 chunk +6 lines, -1 line 0 comments Download
M src/objects.h View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M src/type-info.h View 2 chunks +3 lines, -2 lines 0 comments Download
M src/type-info.cc View 1 2 3 4 2 chunks +20 lines, -31 lines 0 comments Download
M src/typing.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/v8-counters.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/x64/code-stubs-x64.cc View 1 6 chunks +13 lines, -728 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
oliv
7 years, 3 months ago (2013-09-23 17:25:14 UTC) #1
Michael Starzinger
LGTM. I like it. Only nits. https://codereview.chromium.org/24072013/diff/29001/src/code-stubs-hydrogen.cc File src/code-stubs-hydrogen.cc (right): https://codereview.chromium.org/24072013/diff/29001/src/code-stubs-hydrogen.cc#newcode857 src/code-stubs-hydrogen.cc:857: HValue* res = ...
7 years, 2 months ago (2013-09-27 08:36:11 UTC) #2
oliv
7 years, 2 months ago (2013-10-01 15:25:18 UTC) #3
Message was sent while issue was closed.
Committed patchset #6 manually as r17052 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698