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

Issue 255004: Do not flatten the string, but just write it out.... (Closed)

Created:
11 years, 2 months ago by antonm
Modified:
9 years, 4 months ago
CC:
v8-dev
Visibility:
Public.

Description

Do not flatten the string, but just write it out. In DOM bindings in many cases the string would be externalized immediately. For other cases I am going to add explicit flattening. Overall, it looks like if user wants to flat string before writing, it should be an explicit method invocation (going to add TryFlattenIfNotFlat into public V8 API). Committed: http://code.google.com/p/v8/source/detail?r=2999

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -10 lines) Patch
M src/api.cc View 1 2 1 chunk +4 lines, -10 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
antonm
11 years, 2 months ago (2009-09-29 16:32:10 UTC) #1
Erik Corry
Apart from that one comment it LGTM, and I'm annoyed with myself for not suggesting ...
11 years, 2 months ago (2009-09-29 18:31:13 UTC) #2
antonm
Thanks a lot for review, Erik! I'd give others a change, and if nobody speaks ...
11 years, 2 months ago (2009-09-29 20:53:10 UTC) #3
Christian Plesner Hansen
11 years, 2 months ago (2009-09-30 11:32:40 UTC) #4
Lgtm

Powered by Google App Engine
This is Rietveld 408576698