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

Issue 426633002: Encapsulate type in the PropertyHandlerCompiler (Closed)

Created:
6 years, 4 months ago by Toon Verwaest
Modified:
6 years, 4 months ago
Reviewers:
Igor Sheludko
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Encapsulate type in the PropertyHandlerCompiler BUG= R=ishell@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=22700

Patch Set 1 : #

Total comments: 4

Patch Set 2 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+253 lines, -261 lines) Patch
M src/arm/stub-cache-arm.cc View 1 8 chunks +26 lines, -27 lines 0 comments Download
M src/arm64/stub-cache-arm64.cc View 1 8 chunks +26 lines, -27 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 8 chunks +28 lines, -28 lines 0 comments Download
M src/ic.cc View 1 8 chunks +19 lines, -14 lines 0 comments Download
M src/objects.h View 1 2 chunks +6 lines, -0 lines 0 comments Download
M src/objects.cc View 1 4 chunks +17 lines, -6 lines 1 comment Download
M src/objects-inl.h View 1 1 chunk +4 lines, -3 lines 0 comments Download
M src/stub-cache.h View 7 chunks +41 lines, -58 lines 0 comments Download
M src/stub-cache.cc View 1 17 chunks +59 lines, -67 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 8 chunks +27 lines, -31 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Toon Verwaest
PTAL
6 years, 4 months ago (2014-07-28 14:04:50 UTC) #1
Igor Sheludko
lgtm with nits that you can ignore: https://codereview.chromium.org/426633002/diff/60001/src/ic.cc File src/ic.cc (right): https://codereview.chromium.org/426633002/diff/60001/src/ic.cc#newcode942 src/ic.cc:942: Handle<HeapType> type ...
6 years, 4 months ago (2014-07-30 09:19:47 UTC) #2
Toon Verwaest
Committed patchset #2 manually as r22700 (presubmit successful).
6 years, 4 months ago (2014-07-30 10:09:28 UTC) #3
Igor Sheludko
Hope it's not too late. https://codereview.chromium.org/426633002/diff/80001/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/426633002/diff/80001/src/objects.cc#newcode465 src/objects.cc:465: bool AccessorInfo::IsCompatibleReceiverType(Isolate* isolate, What ...
6 years, 4 months ago (2014-07-30 10:37:44 UTC) #4
Igor Sheludko
6 years, 4 months ago (2014-07-30 10:51:53 UTC) #5
Message was sent while issue was closed.
On 2014/07/30 10:37:44, Igor Sheludko wrote:
> Hope it's not too late.
> 
> https://codereview.chromium.org/426633002/diff/80001/src/objects.cc
> File src/objects.cc (right):
> 
> https://codereview.chromium.org/426633002/diff/80001/src/objects.cc#newcode465
> src/objects.cc:465: bool AccessorInfo::IsCompatibleReceiverType(Isolate*
> isolate,
> What about making it instance method?

Ok, I see.

Powered by Google App Engine
This is Rietveld 408576698