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

Issue 2860049: Port prototype-call-stubs for normal objects (http://codereview.chromium.org/... (Closed)

Created:
10 years, 5 months ago by SeRya
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Port prototype-call-stubs for normal objects (http://codereview.chromium.org/2801018).

Patch Set 1 : '' #

Total comments: 18

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+486 lines, -265 lines) Patch
M src/arm/macro-assembler-arm.h View 1 1 chunk +0 lines, -18 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 1 chunk +0 lines, -82 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 1 12 chunks +247 lines, -20 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 2 1 chunk +4 lines, -2 lines 0 comments Download
M src/ic.cc View 1 1 chunk +0 lines, -5 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 1 chunk +0 lines, -18 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 1 chunk +0 lines, -95 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 12 chunks +235 lines, -25 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
SeRya
10 years, 5 months ago (2010-07-07 13:03:57 UTC) #1
Mads Ager (chromium)
http://codereview.chromium.org/2860049/diff/51001/52003 File src/arm/stub-cache-arm.cc (right): http://codereview.chromium.org/2860049/diff/51001/52003#newcode108 src/arm/stub-cache-arm.cc:108: Remove blank line or have the blank line before ...
10 years, 5 months ago (2010-07-12 10:42:57 UTC) #2
SeRya
http://codereview.chromium.org/2860049/diff/51001/52003 File src/arm/stub-cache-arm.cc (right): http://codereview.chromium.org/2860049/diff/51001/52003#newcode108 src/arm/stub-cache-arm.cc:108: On 2010/07/12 10:42:57, Mads Ager wrote: > Remove blank ...
10 years, 5 months ago (2010-07-12 11:47:44 UTC) #3
Mads Ager (chromium)
LGTM I think the simplification of the code by requiring an extra register would be ...
10 years, 5 months ago (2010-07-12 12:30:00 UTC) #4
SeRya
10 years, 5 months ago (2010-07-12 12:57:36 UTC) #5
Fixed lint error.

Powered by Google App Engine
This is Rietveld 408576698