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

Issue 14847004: Turn the load field code stub into a hydrogen code stub. (Closed)

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

Description

Turn the load field code stub into a hydrogen code stub. Committed: https://code.google.com/p/v8/source/detail?r=14526

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Total comments: 1

Patch Set 3 : Addressed comments #

Total comments: 2

Patch Set 4 : Addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+219 lines, -67 lines) Patch
M src/arm/code-stubs-arm.cc View 2 chunks +22 lines, -6 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 1 1 chunk +11 lines, -3 lines 0 comments Download
M src/code-stubs.h View 1 2 3 5 chunks +81 lines, -25 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 2 chunks +32 lines, -1 line 0 comments Download
M src/compiler.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/ia32/code-stubs-ia32.cc View 2 chunks +22 lines, -6 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 1 chunk +11 lines, -4 lines 0 comments Download
M src/stub-cache.cc View 1 4 chunks +5 lines, -11 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 2 chunks +22 lines, -6 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 1 chunk +11 lines, -4 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Toon Verwaest
PTAL
7 years, 7 months ago (2013-05-02 09:41:57 UTC) #1
danno
https://codereview.chromium.org/14847004/diff/1/src/code-stubs.h File src/code-stubs.h (right): https://codereview.chromium.org/14847004/diff/1/src/code-stubs.h#newcode820 src/code-stubs.h:820: class UnboxedDoubleBits: public BitField<bool, 16, 1> {}; Seems premature ...
7 years, 7 months ago (2013-05-02 10:56:59 UTC) #2
danno
https://codereview.chromium.org/14847004/diff/1/src/code-stubs.h File src/code-stubs.h (right): https://codereview.chromium.org/14847004/diff/1/src/code-stubs.h#newcode802 src/code-stubs.h:802: if (unboxed_double_) return Representation::Double(); Not yet?
7 years, 7 months ago (2013-05-02 11:41:48 UTC) #3
Toon Verwaest
Addressed comments, PTAL again.
7 years, 7 months ago (2013-05-02 12:02:43 UTC) #4
danno
https://codereview.chromium.org/14847004/diff/7001/src/code-stubs.h File src/code-stubs.h (right): https://codereview.chromium.org/14847004/diff/7001/src/code-stubs.h#newcode769 src/code-stubs.h:769: Code::Kind kind() { return kind_; } Either make virtual ...
7 years, 7 months ago (2013-05-02 15:32:36 UTC) #5
Toon Verwaest
Addressed comments, ptal again
7 years, 7 months ago (2013-05-02 16:16:09 UTC) #6
danno
lgtm if you address comments https://chromiumcodereview.appspot.com/14847004/diff/15001/src/code-stubs.h File src/code-stubs.h (right): https://chromiumcodereview.appspot.com/14847004/diff/15001/src/code-stubs.h#newcode762 src/code-stubs.h:762: explicit HICStub() no explicit ...
7 years, 7 months ago (2013-05-02 16:29:54 UTC) #7
Toon Verwaest
7 years, 7 months ago (2013-05-02 16:32:58 UTC) #8
Message was sent while issue was closed.
Committed patchset #4 manually as r14526 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698