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

Issue 392243002: Reimplement SetProperty using the LookupIterator (Closed)

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

Description

Reimplement SetProperty using the LookupIterator BUG= R=ishell@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=22482

Patch Set 1 : #

Total comments: 6

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+508 lines, -410 lines) Patch
M src/debug.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ic.cc View 1 2 chunks +4 lines, -0 lines 0 comments Download
M src/lookup.h View 3 chunks +14 lines, -1 line 0 comments Download
M src/lookup.cc View 1 2 chunks +97 lines, -0 lines 0 comments Download
M src/objects.h View 1 16 chunks +45 lines, -66 lines 0 comments Download
M src/objects.cc View 1 16 chunks +334 lines, -317 lines 0 comments Download
M src/objects-inl.h View 1 1 chunk +6 lines, -17 lines 0 comments Download
M src/stub-cache.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/v8natives.js View 1 1 chunk +3 lines, -1 line 0 comments Download
M test/cctest/test-decls.cc View 1 chunk +2 lines, -5 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Toon Verwaest
PTAL
6 years, 5 months ago (2014-07-16 12:39:47 UTC) #1
Igor Sheludko
lgtm once comments are addressed: https://codereview.chromium.org/392243002/diff/40001/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/392243002/diff/40001/src/objects.cc#newcode3044 src/objects.cc:3044: if (it->HolderIsReceiver() || && ...
6 years, 5 months ago (2014-07-18 13:08:32 UTC) #2
Toon Verwaest
Addressed all comments except the one that was invalid. Landing. https://codereview.chromium.org/392243002/diff/40001/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/392243002/diff/40001/src/objects.cc#newcode3044 ...
6 years, 5 months ago (2014-07-18 13:45:22 UTC) #3
Toon Verwaest
6 years, 5 months ago (2014-07-18 13:47:36 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r22482 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698