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

Issue 11941016: Migrate FunctionPrototype (Keyed|Named)LoadIC to CodeStub (Closed)

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

Description

Migrate FunctionPrototype (Keyed|Named)LoadIC to CodeStub Committed: https://code.google.com/p/v8/source/detail?r=13459

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+162 lines, -240 lines) Patch
M src/arm/code-stubs-arm.cc View 1 1 chunk +29 lines, -0 lines 0 comments Download
M src/arm/ic-arm.cc View 1 chunk +0 lines, -15 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 1 chunk +0 lines, -25 lines 0 comments Download
M src/ast.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/builtins.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/builtins.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M src/code-stubs.h View 1 2 chunks +11 lines, -0 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 1 chunk +19 lines, -0 lines 0 comments Download
M src/ia32/ic-ia32.cc View 1 chunk +0 lines, -14 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 chunk +0 lines, -26 lines 0 comments Download
M src/ic.cc View 4 chunks +74 lines, -88 lines 0 comments Download
M src/stub-cache.h View 2 chunks +0 lines, -5 lines 0 comments Download
M src/stub-cache.cc View 1 chunk +0 lines, -18 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 1 chunk +27 lines, -0 lines 0 comments Download
M src/x64/ic-x64.cc View 1 chunk +0 lines, -14 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 chunk +0 lines, -26 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Toon Verwaest
PTAL. (Depends on https://chromiumcodereview.appspot.com/11938013/)
7 years, 11 months ago (2013-01-18 12:25:36 UTC) #1
Jakob Kummerow
7 years, 11 months ago (2013-01-21 17:53:56 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698