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

Issue 23620036: Refactoring PropertyCallbackInfo & FunctionCallbackInfo, step 1. (Closed)

Created:
7 years, 3 months ago by marja
Modified:
7 years, 3 months ago
CC:
v8-dev
Visibility:
Public.

Description

Refactoring PropertyCallbackInfo & FunctionCallbackInfo, step 1. The goal is to unify PropertyCallbackInfo and FunctionCallbackInfo so that they contain the same fields. The field order will be: holder isolate return value default value return value data this This step 1 reorders the PropertyCallbackInfo fields. BUG= R=dcarney@chromium.org, mstarzinger@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=16673 Committed: http://code.google.com/p/v8/source/detail?r=16688

Patch Set 1 #

Patch Set 2 : other plats #

Patch Set 3 : no mips #

Total comments: 4

Patch Set 4 : Code review (mstarzinger) #

Total comments: 2

Patch Set 5 : code review (mstarzinger) #

Patch Set 6 : . #

Patch Set 7 : fix register allocation #

Unified diffs Side-by-side diffs Delta from patch set Stats (+95 lines, -58 lines) Patch
M include/v8.h View 1 2 3 4 5 6 1 chunk +5 lines, -5 lines 0 comments Download
M src/arguments.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 1 2 3 4 5 6 8 chunks +20 lines, -10 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 2 3 4 5 6 8 chunks +19 lines, -9 lines 0 comments Download
src/stub-cache.h View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download
M src/stub-cache.cc View 1 2 3 4 5 6 4 chunks +16 lines, -25 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 2 3 4 5 6 8 chunks +21 lines, -9 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
dcarney
lgtm
7 years, 3 months ago (2013-09-10 12:21:08 UTC) #1
marja
mstarzinger, could you review this?
7 years, 3 months ago (2013-09-10 14:29:28 UTC) #2
Michael Starzinger
Looking good, just one comment to address. https://codereview.chromium.org/23620036/diff/5001/src/ia32/stub-cache-ia32.cc File src/ia32/stub-cache-ia32.cc (right): https://codereview.chromium.org/23620036/diff/5001/src/ia32/stub-cache-ia32.cc#newcode403 src/ia32/stub-cache-ia32.cc:403: STATIC_ASSERT(PropertyCallbackArguments::kIsolateIndex == ...
7 years, 3 months ago (2013-09-11 09:55:19 UTC) #3
marja
Thanks for having a look! https://codereview.chromium.org/23620036/diff/5001/src/ia32/stub-cache-ia32.cc File src/ia32/stub-cache-ia32.cc (right): https://codereview.chromium.org/23620036/diff/5001/src/ia32/stub-cache-ia32.cc#newcode403 src/ia32/stub-cache-ia32.cc:403: STATIC_ASSERT(PropertyCallbackArguments::kIsolateIndex == -4); On ...
7 years, 3 months ago (2013-09-11 16:35:31 UTC) #4
Michael Starzinger
LGTM. https://codereview.chromium.org/23620036/diff/10001/src/stub-cache.h File src/stub-cache.h (right): https://codereview.chromium.org/23620036/diff/10001/src/stub-cache.h#newcode411 src/stub-cache.h:411: static const int kInterceptorArgsNameIndex = 0; nit: Maybe ...
7 years, 3 months ago (2013-09-11 16:52:26 UTC) #5
marja
Thanks for review! https://codereview.chromium.org/23620036/diff/10001/src/stub-cache.h File src/stub-cache.h (right): https://codereview.chromium.org/23620036/diff/10001/src/stub-cache.h#newcode411 src/stub-cache.h:411: static const int kInterceptorArgsNameIndex = 0; ...
7 years, 3 months ago (2013-09-12 08:12:51 UTC) #6
Michael Starzinger
Committed patchset #6 manually as r16673 (presubmit successful).
7 years, 3 months ago (2013-09-12 09:09:56 UTC) #7
Michael Starzinger
LGTM on the new scratch register.
7 years, 3 months ago (2013-09-12 13:42:17 UTC) #8
Michael Starzinger
7 years, 3 months ago (2013-09-12 14:32:30 UTC) #9
Message was sent while issue was closed.
Committed patchset #7 manually as r16688 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698