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

Issue 676393002: Reland "Limit the number of transitions allowed per hidden class." (Closed)

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

Description

Reland "Limit the number of transitions allowed per hidden class." BUG=chromium:427813 LOG=N R=verwaest@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=25082

Patch Set 1 : Original CL #

Patch Set 2 : Make sure TransitionArray::Insert() is called only when it is allowed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+123 lines, -51 lines) Patch
M src/heap/mark-compact.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M src/objects.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/objects.cc View 1 5 chunks +18 lines, -8 lines 0 comments Download
M src/objects-inl.h View 1 2 chunks +10 lines, -3 lines 0 comments Download
M src/transitions.h View 6 chunks +35 lines, -13 lines 0 comments Download
M src/transitions.cc View 1 4 chunks +43 lines, -24 lines 0 comments Download
M src/transitions-inl.h View 1 chunk +9 lines, -0 lines 0 comments Download
M test/cctest/test-heap.cc View 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
Igor Sheludko
PTAL https://codereview.chromium.org/676393002/diff/20001/src/transitions.cc File src/transitions.cc (right): https://codereview.chromium.org/676393002/diff/20001/src/transitions.cc#newcode156 src/transitions.cc:156: if (insertion_index != kNotFound) { Without this piece ...
6 years, 1 month ago (2014-10-27 14:19:43 UTC) #2
mckev
Thanks for relanding this patch! On 2014/10/27 14:19:43, Igor Sheludko wrote: > https://codereview.chromium.org/676393002/diff/20001/src/transitions.cc > File ...
6 years, 1 month ago (2014-10-28 17:31:18 UTC) #5
Igor Sheludko
On 2014/10/28 17:31:18, mckev wrote: > Thanks for relanding this patch! > > On 2014/10/27 ...
6 years, 1 month ago (2014-10-30 16:15:26 UTC) #6
Igor Sheludko
On 2014/10/30 16:15:26, Igor Sheludko wrote: > On 2014/10/28 17:31:18, mckev wrote: > > Thanks ...
6 years, 1 month ago (2014-10-30 16:38:37 UTC) #7
Toon Verwaest
lgtm
6 years, 1 month ago (2014-11-03 16:24:45 UTC) #9
Igor Sheludko
Committed patchset #2 (id:60001) manually as 25082 (presubmit successful).
6 years, 1 month ago (2014-11-03 16:46:05 UTC) #10
mckev
6 years, 1 month ago (2014-11-03 17:17:29 UTC) #11
Message was sent while issue was closed.
On 2014/11/03 16:46:05, Igor Sheludko wrote:
> Committed patchset #2 (id:60001) manually as 25082 (presubmit successful).

Thanks again for your help re-landing this!

Powered by Google App Engine
This is Rietveld 408576698