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

Issue 6478027: Implement specialized IC code stubs for pixel array stores. (Closed)

Created:
9 years, 10 months ago by danno
Modified:
9 years, 7 months ago
Visibility:
Public.

Description

Implement specialized IC code stubs for pixel array stores.

Patch Set 1 #

Patch Set 2 : implement arm #

Patch Set 3 : fix nits #

Patch Set 4 : merge with latest #

Unified diffs Side-by-side diffs Delta from patch set Stats (+634 lines, -103 lines) Patch
M src/arm/code-stubs-arm.h View 1 2 2 chunks +37 lines, -8 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 1 2 3 1 chunk +85 lines, -0 lines 0 comments Download
M src/arm/ic-arm.cc View 1 2 3 1 chunk +14 lines, -18 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 1 1 chunk +41 lines, -0 lines 0 comments Download
M src/heap.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/code-stubs-ia32.h View 1 2 2 chunks +30 lines, -8 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 2 3 2 chunks +96 lines, -2 lines 0 comments Download
M src/ia32/ic-ia32.cc View 1 2 3 1 chunk +11 lines, -22 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 1 chunk +36 lines, -0 lines 0 comments Download
M src/ic.cc View 1 2 3 1 chunk +19 lines, -13 lines 0 comments Download
M src/stub-cache.h View 1 2 3 2 chunks +5 lines, -0 lines 0 comments Download
M src/stub-cache.cc View 1 2 3 1 chunk +27 lines, -0 lines 0 comments Download
M src/x64/code-stubs-x64.h View 1 2 2 chunks +32 lines, -8 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 2 3 2 chunks +95 lines, -2 lines 0 comments Download
M src/x64/ic-x64.cc View 1 2 3 1 chunk +12 lines, -21 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 chunk +37 lines, -0 lines 0 comments Download
M test/cctest/test-api.cc View 1 2 3 1 chunk +56 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
danno
Please review. Thanks!
9 years, 10 months ago (2011-02-14 13:19:30 UTC) #1
Mads Ager (chromium)
9 years, 10 months ago (2011-02-14 14:45:10 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698