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

Issue 218993011: Remove internalized cons string types. (Closed)

Created:
6 years, 8 months ago by Yang
Modified:
6 years, 8 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Remove internalized cons string types. Currently, internalizing a cons string could result in either an in-place converted internalized cons string or a newly created internalized sequential string, depending on allocation success. The former could end up being embedded into an IC, which is not supported. R=mstarzinger@chromium.org BUG=357103 LOG=N Committed: https://code.google.com/p/v8/source/detail?r=20394

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -27 lines) Patch
M src/heap.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M src/objects.h View 4 chunks +2 lines, -16 lines 0 comments Download
M src/objects.cc View 1 chunk +0 lines, -3 lines 1 comment Download
M src/types.cc View 1 chunk +0 lines, -2 lines 0 comments Download
A + test/mjsunit/regress/regress-357103.js View 1 chunk +7 lines, -4 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Yang
6 years, 8 months ago (2014-04-01 08:48:45 UTC) #1
Michael Starzinger
LGTM with one suggestion. https://codereview.chromium.org/218993011/diff/1/src/objects.cc File src/objects.cc (left): https://codereview.chromium.org/218993011/diff/1/src/objects.cc#oldcode13877 src/objects.cc:13877: string_ = string_->TryFlattenGetString(); I am ...
6 years, 8 months ago (2014-04-01 10:55:18 UTC) #2
Yang
On 2014/04/01 10:55:18, Michael Starzinger wrote: > LGTM with one suggestion. > > https://codereview.chromium.org/218993011/diff/1/src/objects.cc > ...
6 years, 8 months ago (2014-04-01 11:15:23 UTC) #3
Yang
6 years, 8 months ago (2014-04-01 11:30:42 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as r20394 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698