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

Issue 604054: Simplify compilation of CallIC interceptor stub. (Closed)

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

Description

Simplify compilation of CallIC interceptor stub. Committed: http://code.google.com/p/v8/source/detail?r=3854

Patch Set 1 #

Total comments: 4

Patch Set 2 : '' #

Total comments: 19

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+121 lines, -159 lines) Patch
M src/arm/stub-cache-arm.cc View 1 2 4 chunks +121 lines, -159 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
antonm
LGTM http://codereview.chromium.org/604054/diff/1/2 File src/arm/stub-cache-arm.cc (right): http://codereview.chromium.org/604054/diff/1/2#newcode1055 src/arm/stub-cache-arm.cc:1055: <<<<<<< .mine merge conflict http://codereview.chromium.org/604054/diff/1/2#newcode1065 src/arm/stub-cache-arm.cc:1065: CallInterceptorCompiler compiler(arguments()); ...
10 years, 10 months ago (2010-02-15 08:47:37 UTC) #1
William Hesse
Cleanup ready to commit. http://codereview.chromium.org/604054/diff/1/2 File src/arm/stub-cache-arm.cc (right): http://codereview.chromium.org/604054/diff/1/2#newcode1055 src/arm/stub-cache-arm.cc:1055: <<<<<<< .mine On 2010/02/15 08:47:37, ...
10 years, 10 months ago (2010-02-15 10:32:55 UTC) #2
antonm
LGTM. Will you file a but to bring this change to other archs?
10 years, 10 months ago (2010-02-15 10:42:31 UTC) #3
Kevin Millikin (Chromium)
It needs just a bit of clean up. LGTM if comments are addressed. http://codereview.chromium.org/604054/diff/3001/1002 File ...
10 years, 10 months ago (2010-02-15 10:58:50 UTC) #4
William Hesse
http://codereview.chromium.org/604054/diff/3001/1002 File src/arm/stub-cache-arm.cc (right): http://codereview.chromium.org/604054/diff/3001/1002#newcode979 src/arm/stub-cache-arm.cc:979: Register scratch1 = r2; On 2010/02/15 10:58:50, Kevin Millikin ...
10 years, 10 months ago (2010-02-15 11:49:45 UTC) #5
Kevin Millikin (Chromium)
10 years, 10 months ago (2010-02-15 12:27:58 UTC) #6
http://codereview.chromium.org/604054/diff/3001/1002
File src/arm/stub-cache-arm.cc (right):

http://codereview.chromium.org/604054/diff/3001/1002#newcode998
src/arm/stub-cache-arm.cc:998: CheckPrototypes(JSObject::cast(object), receiver,
holder,
On 2010/02/15 11:49:45, William Hesse wrote:
> This is a general issue on ComputeCallInterceptor and ComputeCallField, across
> all platforms, with a TODO and a bug filed already.  This should be a separate
> change.

It's about 8 lines of code---hardly warrants a separate change.

Powered by Google App Engine
This is Rietveld 408576698