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

Issue 12340112: Polymorphism support for load IC. (Closed)

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

Description

Polymorphism support for load IC. Committed: https://code.google.com/p/v8/source/detail?r=13801

Patch Set 1 : #

Total comments: 19

Patch Set 2 : Remove unused enum #

Patch Set 3 : Addressed comments #

Patch Set 4 : Ported to x64 #

Patch Set 5 : Added ARM port, introduced GenerateTailCall #

Unified diffs Side-by-side diffs Delta from patch set Stats (+884 lines, -544 lines) Patch
M src/arm/code-stubs-arm.cc View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
M src/arm/ic-arm.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 1 2 3 4 13 chunks +73 lines, -51 lines 0 comments Download
M src/builtins.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/code-stubs.h View 1 2 3 4 5 chunks +50 lines, -1 line 0 comments Download
M src/code-stubs.cc View 1 2 3 4 1 chunk +4 lines, -1 line 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
M src/ia32/ic-ia32.cc View 1 2 3 4 1 chunk +4 lines, -3 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 2 3 4 14 chunks +67 lines, -51 lines 0 comments Download
M src/ic.h View 1 2 3 4 3 chunks +22 lines, -6 lines 0 comments Download
M src/ic.cc View 1 2 3 4 9 chunks +137 lines, -70 lines 0 comments Download
M src/log.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 1 2 3 4 2 chunks +4 lines, -5 lines 0 comments Download
M src/objects.h View 1 2 3 4 2 chunks +10 lines, -0 lines 0 comments Download
M src/objects.cc View 1 2 3 4 1 chunk +40 lines, -0 lines 0 comments Download
M src/objects-inl.h View 1 2 3 4 1 chunk +0 lines, -6 lines 0 comments Download
M src/property.h View 1 2 3 4 1 chunk +12 lines, -0 lines 0 comments Download
M src/stub-cache.h View 1 2 3 4 13 chunks +77 lines, -22 lines 0 comments Download
M src/stub-cache.cc View 1 2 3 4 41 chunks +261 lines, -250 lines 0 comments Download
M src/type-info.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M src/type-info.cc View 1 2 3 4 5 chunks +27 lines, -21 lines 0 comments Download
M src/utils.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
M src/x64/ic-x64.cc View 1 2 3 4 1 chunk +4 lines, -3 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 2 3 4 13 chunks +66 lines, -50 lines 0 comments Download
M test/cctest/test-heap.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
Toon Verwaest
PTAL. Only look at ia32 for now.
7 years, 9 months ago (2013-02-27 15:48:59 UTC) #1
Jakob Kummerow
Nice work! https://chromiumcodereview.appspot.com/12340112/diff/3001/src/code-stubs.h File src/code-stubs.h (right): https://chromiumcodereview.appspot.com/12340112/diff/3001/src/code-stubs.h#newcode672 src/code-stubs.h:672: : HandlerStub(Code::LOAD_IC), reg_(reg), nit: let's give each ...
7 years, 9 months ago (2013-03-01 22:21:04 UTC) #2
Toon Verwaest
Addressed comments https://chromiumcodereview.appspot.com/12340112/diff/3001/src/code-stubs.h File src/code-stubs.h (right): https://chromiumcodereview.appspot.com/12340112/diff/3001/src/code-stubs.h#newcode672 src/code-stubs.h:672: : HandlerStub(Code::LOAD_IC), reg_(reg), On 2013/03/01 22:21:04, Jakob ...
7 years, 9 months ago (2013-03-04 10:54:08 UTC) #3
Toon Verwaest
Ported to ARM and x64. PTAL.
7 years, 9 months ago (2013-03-04 12:46:43 UTC) #4
Jakob Kummerow
lgtm
7 years, 9 months ago (2013-03-04 13:29:35 UTC) #5
Toon Verwaest
7 years, 9 months ago (2013-03-04 14:03:42 UTC) #6
Message was sent while issue was closed.
Committed manually as r13801 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698