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

Issue 88173002: Flatten cons string for single character substrings. (Closed)

Created:
7 years ago by Yang
Modified:
7 years ago
Reviewers:
Benedikt Meurer
CC:
v8-dev
Visibility:
Public.

Description

Flatten cons string for single character substrings. For substrings of non-flat cons strings, we bail out to runtime. For single character substrings, we forget to flatten it. This causes successive bailouts. R=bmeurer@chromium.org BUG=323041 LOG=Y Committed: https://code.google.com/p/v8/source/detail?r=18081

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -9 lines) Patch
M src/heap.cc View 3 chunks +7 lines, -5 lines 0 comments Download
M src/runtime.cc View 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Yang
please take a look.
7 years ago (2013-11-26 12:45:06 UTC) #1
Benedikt Meurer
LGTM
7 years ago (2013-11-26 12:46:50 UTC) #2
Yang
7 years ago (2013-11-26 14:22:24 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r18081 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698