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

Issue 395713002: Allow embedding of ConsString objects into code. (Closed)

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

Description

Allow embedding of ConsString objects into code. R=yangguo@chromium.org BUG=v8:2803 LOG=N Committed: https://code.google.com/p/v8/source/detail?r=22406

Patch Set 1 #

Patch Set 2 : Addressed comments by Yang Guo. #

Total comments: 2

Patch Set 3 : Addressed moar comments by Yang Guo. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -35 lines) Patch
M src/arm/assembler-arm-inl.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/arm64/assembler-arm64-inl.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/factory.h View 1 1 chunk +0 lines, -4 lines 0 comments Download
M src/factory.cc View 1 1 chunk +0 lines, -13 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 2 1 chunk +2 lines, -3 lines 0 comments Download
M src/ia32/assembler-ia32-inl.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/ic.cc View 1 1 chunk +0 lines, -3 lines 0 comments Download
M src/mips/assembler-mips-inl.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/mips64/assembler-mips64-inl.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/objects.cc View 1 1 chunk +3 lines, -4 lines 0 comments Download
M src/objects-visiting-inl.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/x64/assembler-x64-inl.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/x87/assembler-x87-inl.h View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
Michael Starzinger
By now this seems to be a matter of removing asserts. Please note that this ...
6 years, 5 months ago (2014-07-15 07:47:59 UTC) #1
Yang
On 2014/07/15 07:47:59, Michael Starzinger wrote: > By now this seems to be a matter ...
6 years, 5 months ago (2014-07-15 08:09:13 UTC) #2
Michael Starzinger
On 2014/07/15 08:09:13, Yang wrote: > On 2014/07/15 07:47:59, Michael Starzinger wrote: > > By ...
6 years, 5 months ago (2014-07-15 09:40:00 UTC) #3
Yang
lgtm. https://codereview.chromium.org/395713002/diff/40001/src/hydrogen-instructions.cc File src/hydrogen-instructions.cc (right): https://codereview.chromium.org/395713002/diff/40001/src/hydrogen-instructions.cc#newcode4072 src/hydrogen-instructions.cc:4072: ASSERT(!concat.is_null()); This assertion is obsolete since we do ...
6 years, 5 months ago (2014-07-15 09:49:07 UTC) #4
Michael Starzinger
Addressed comments. Thanks. Landing. https://codereview.chromium.org/395713002/diff/40001/src/hydrogen-instructions.cc File src/hydrogen-instructions.cc (right): https://codereview.chromium.org/395713002/diff/40001/src/hydrogen-instructions.cc#newcode4072 src/hydrogen-instructions.cc:4072: ASSERT(!concat.is_null()); On 2014/07/15 09:49:06, Yang ...
6 years, 5 months ago (2014-07-15 09:52:47 UTC) #5
Michael Starzinger
6 years, 5 months ago (2014-07-15 10:51:28 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r22406 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698