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

Issue 14721009: Track computed literal properties. (Closed)

Created:
7 years, 7 months ago by Toon Verwaest
Modified:
6 years, 9 months ago
Reviewers:
danno
CC:
v8-dev
Visibility:
Public.

Description

Track computed literal properties. R=danno@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=14982

Patch Set 1 : #

Total comments: 15

Patch Set 2 : Addressed comments #

Total comments: 12

Patch Set 3 : Addressed comments #

Total comments: 4

Patch Set 4 : Check for the right value #

Patch Set 5 : Remove PLACEHOLDER_VALUE #

Unified diffs Side-by-side diffs Delta from patch set Stats (+206 lines, -50 lines) Patch
M include/v8.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/bootstrapper.cc View 1 1 chunk +4 lines, -2 lines 0 comments Download
M src/flag-definitions.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/heap.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/heap.cc View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M src/objects.h View 1 2 3 4 9 chunks +30 lines, -13 lines 0 comments Download
M src/objects.cc View 1 2 3 4 15 chunks +47 lines, -22 lines 0 comments Download
M src/objects-debug.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/objects-inl.h View 1 2 3 7 chunks +17 lines, -3 lines 0 comments Download
M src/parser.cc View 1 2 4 chunks +11 lines, -7 lines 0 comments Download
M src/property.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/property-details.h View 2 chunks +2 lines, -1 line 0 comments Download
M test/mjsunit/track-fields.js View 1 chunk +80 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Toon Verwaest
PTAL. From now on I'll just add tests ;)
7 years, 7 months ago (2013-05-10 18:57:21 UTC) #1
danno
https://codereview.chromium.org/14721009/diff/22001/src/arm/lithium-arm.cc File src/arm/lithium-arm.cc (right): https://codereview.chromium.org/14721009/diff/22001/src/arm/lithium-arm.cc#newcode2351 src/arm/lithium-arm.cc:2351: if (!instr->value()->range()->IsInSmiRange()) { What about also checking !instr->value()->type().IsSmi()? Also, ...
7 years, 6 months ago (2013-06-06 07:54:19 UTC) #2
Toon Verwaest
Addressed comments. PTAL again. https://chromiumcodereview.appspot.com/14721009/diff/22001/src/arm/lithium-arm.cc File src/arm/lithium-arm.cc (right): https://chromiumcodereview.appspot.com/14721009/diff/22001/src/arm/lithium-arm.cc#newcode2351 src/arm/lithium-arm.cc:2351: if (!instr->value()->range()->IsInSmiRange()) { This is ...
7 years, 6 months ago (2013-06-06 10:31:41 UTC) #3
danno
https://codereview.chromium.org/14721009/diff/32001/src/arm/lithium-arm.cc File src/arm/lithium-arm.cc (right): https://codereview.chromium.org/14721009/diff/32001/src/arm/lithium-arm.cc#newcode2354 src/arm/lithium-arm.cc:2354: } Please split into another CL https://codereview.chromium.org/14721009/diff/32001/src/ia32/lithium-ia32.cc File src/ia32/lithium-ia32.cc ...
7 years, 6 months ago (2013-06-06 13:07:32 UTC) #4
Toon Verwaest
Addressed comments, ptal https://codereview.chromium.org/14721009/diff/32001/src/arm/lithium-arm.cc File src/arm/lithium-arm.cc (right): https://codereview.chromium.org/14721009/diff/32001/src/arm/lithium-arm.cc#newcode2354 src/arm/lithium-arm.cc:2354: } On 2013/06/06 13:07:32, danno wrote: ...
7 years, 6 months ago (2013-06-06 13:22:26 UTC) #5
danno
https://codereview.chromium.org/14721009/diff/40001/src/objects-inl.h File src/objects-inl.h (right): https://codereview.chromium.org/14721009/diff/40001/src/objects-inl.h#newcode295 src/objects-inl.h:295: if (IsUndefined()) { You missed one https://codereview.chromium.org/14721009/diff/40001/src/runtime.cc File src/runtime.cc ...
7 years, 6 months ago (2013-06-06 13:29:02 UTC) #6
Toon Verwaest
Updated those tests. https://codereview.chromium.org/14721009/diff/40001/src/objects-inl.h File src/objects-inl.h (right): https://codereview.chromium.org/14721009/diff/40001/src/objects-inl.h#newcode295 src/objects-inl.h:295: if (IsUndefined()) { On 2013/06/06 13:29:02, ...
7 years, 6 months ago (2013-06-06 13:32:35 UTC) #7
Toon Verwaest
Removed PLACEHOLDER_VALUE. PTAL again.
7 years, 6 months ago (2013-06-06 14:02:36 UTC) #8
danno
lgtm
7 years, 6 months ago (2013-06-06 14:18:43 UTC) #9
Toon Verwaest
7 years, 6 months ago (2013-06-06 14:21:46 UTC) #10
Message was sent while issue was closed.
Committed patchset #5 manually as r14982 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698