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

Issue 22861025: Get rid of ConvertFieldToDescriptor and simplify related code. (Closed)

Created:
7 years, 4 months ago by Toon Verwaest
Modified:
7 years, 4 months ago
Reviewers:
rossberg
CC:
v8-dev
Visibility:
Public.

Description

Get rid of ConvertFieldToDescriptor and simplify related code. R=rossberg@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=16295

Patch Set 1 : #

Total comments: 1

Patch Set 2 : #

Total comments: 1

Patch Set 3 : Addressed comment and fixed cornercase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+90 lines, -91 lines) Patch
M src/objects.h View 5 chunks +8 lines, -12 lines 0 comments Download
M src/objects.cc View 1 2 12 chunks +73 lines, -71 lines 0 comments Download
M src/objects-inl.h View 2 chunks +9 lines, -8 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Toon Verwaest
PTAL
7 years, 4 months ago (2013-08-22 18:43:22 UTC) #1
rossberg
LGTM, from what I could tell https://codereview.chromium.org/22861025/diff/6001/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/22861025/diff/6001/src/objects.cc#newcode4073 src/objects.cc:4073: break; Nit: I'd ...
7 years, 4 months ago (2013-08-23 09:24:13 UTC) #2
Toon Verwaest
PTAL again. I extracted the code into a separate static function, and made the interceptor ...
7 years, 4 months ago (2013-08-23 09:35:57 UTC) #3
rossberg
lgtm https://codereview.chromium.org/22861025/diff/16001/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/22861025/diff/16001/src/objects.cc#newcode4094 src/objects.cc:4094: result = ConvertSetLocalProperty(&lookup, *name, *value, attributes); Nit: ConvertAndSet...
7 years, 4 months ago (2013-08-23 09:51:42 UTC) #4
Toon Verwaest
7 years, 4 months ago (2013-08-23 11:53:08 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r16295.

Powered by Google App Engine
This is Rietveld 408576698