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

Issue 197473004: Pretenure code generation corner case with new space COW arrays. (Closed)

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

Description

Pretenure code generation corner case with new space COW arrays. When advised to pretenure in crankshaft, and the boilerplate is a cow array, move the elements to old space if it's not already there to avoid overflowing the store buffer. R=hpayer@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=19995

Patch Set 1 #

Total comments: 6

Patch Set 2 : REBASE. #

Patch Set 3 : Addressed comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -0 lines) Patch
M src/factory.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/factory.cc View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
M src/heap.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/heap.cc View 1 2 1 chunk +27 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 1 2 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
mvstanton
Hi Hannes, here is the issue with splay pause times we diagnosed Monday. After landing ...
6 years, 9 months ago (2014-03-12 15:09:14 UTC) #1
Hannes Payer (out of office)
https://codereview.chromium.org/197473004/diff/1/src/heap.cc File src/heap.cc (right): https://codereview.chromium.org/197473004/diff/1/src/heap.cc#newcode5042 src/heap.cc:5042: ASSERT(InNewSpace(src)); This ASSERT may be wrong here, but it ...
6 years, 9 months ago (2014-03-17 09:37:18 UTC) #2
mvstanton
Thanks for the look Hannes, addressed comments. --Michael https://codereview.chromium.org/197473004/diff/1/src/heap.cc File src/heap.cc (right): https://codereview.chromium.org/197473004/diff/1/src/heap.cc#newcode5042 src/heap.cc:5042: ASSERT(InNewSpace(src)); ...
6 years, 9 months ago (2014-03-17 12:25:28 UTC) #3
Hannes Payer (out of office)
LGTM
6 years, 9 months ago (2014-03-17 12:52:09 UTC) #4
mvstanton
6 years, 9 months ago (2014-03-17 13:42:45 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r19995 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698