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

Issue 8356041: Handlify KeyedIC::ComputeStub. (Closed)

Created:
9 years, 2 months ago by ulan
Modified:
9 years, 2 months ago
CC:
v8-dev
Visibility:
Public.

Description

Handlify KeyedIC::ComputeStub. BUG= TEST= Committed: http://code.google.com/p/v8/source/detail?r=9741

Patch Set 1 #

Total comments: 19

Patch Set 2 : Rebase and address comments. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+255 lines, -170 lines) Patch
M src/ic.h View 1 4 chunks +15 lines, -21 lines 0 comments Download
M src/ic.cc View 1 8 chunks +78 lines, -117 lines 0 comments Download
M src/list.h View 1 2 chunks +12 lines, -0 lines 0 comments Download
M src/list-inl.h View 1 1 chunk +13 lines, -0 lines 0 comments Download
M src/objects.h View 1 3 chunks +14 lines, -1 line 0 comments Download
M src/objects.cc View 1 4 chunks +37 lines, -0 lines 1 comment Download
M src/stub-cache.h View 1 3 chunks +14 lines, -4 lines 0 comments Download
M src/stub-cache.cc View 1 2 chunks +72 lines, -27 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
ulan
Please take a look. http://codereview.chromium.org/8356041/diff/1/src/ic.cc File src/ic.cc (right): http://codereview.chromium.org/8356041/diff/1/src/ic.cc#newcode1492 src/ic.cc:1492: if (!receiver_maps->at(current).is_null() && Unfortunately, receiver_maps ...
9 years, 2 months ago (2011-10-20 14:35:54 UTC) #1
ulan
http://codereview.chromium.org/8356041/diff/1/src/ic.cc File src/ic.cc (right): http://codereview.chromium.org/8356041/diff/1/src/ic.cc#newcode1656 src/ic.cc:1656: cached_stub = FastElementsConversionStub( Restore ElementsTransitionAndStoreStub, which got deleted during ...
9 years, 2 months ago (2011-10-20 15:16:17 UTC) #2
Kevin Millikin (Chromium)
Hairy stuff. LGTM. I'm not thrilled with the handle list unwrapping, it seems kind of ...
9 years, 2 months ago (2011-10-21 06:48:13 UTC) #3
fschneider
DBC: http://codereview.chromium.org/8356041/diff/1/src/ic.cc File src/ic.cc (right): http://codereview.chromium.org/8356041/diff/1/src/ic.cc#newcode1492 src/ic.cc:1492: if (!receiver_maps->at(current).is_null() && On 2011/10/20 14:35:54, ulan wrote: ...
9 years, 2 months ago (2011-10-21 08:45:54 UTC) #4
ulan
Please take another look. Implemented the suggestion about the UnwrapHandleList and rebased. http://codereview.chromium.org/8356041/diff/1/src/ic.cc File src/ic.cc ...
9 years, 2 months ago (2011-10-21 09:52:15 UTC) #5
Kevin Millikin (Chromium)
9 years, 2 months ago (2011-10-21 10:13:48 UTC) #6
LGTM.

http://codereview.chromium.org/8356041/diff/6004/src/objects.cc
File src/objects.cc (right):

http://codereview.chromium.org/8356041/diff/6004/src/objects.cc#newcode5152
src/objects.cc:5152: (raw_maps.Clear(),
That's a bit annoying, but unavoidable.  I suppose you could give
UnwrapHandleList the semantics of clearing destination, but that seems wrong.

Powered by Google App Engine
This is Rietveld 408576698