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

Issue 294019: Verify correctness of external string only if slow asserts are enabled. (Closed)

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

Description

Verify correctness of external string only if slow asserts are enabled. Committed: http://code.google.com/p/v8/source/detail?r=3090

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M src/objects.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
antonm
BUG=24773
11 years, 2 months ago (2009-10-20 08:54:28 UTC) #1
William Hesse
11 years, 2 months ago (2009-10-20 09:04:42 UTC) #2
LGTM, but is there still a problem with converting cons strings using ToCString?
 This method should not be this slow, so avoiding the call to it just targets
the symptoms, not the disease.  Does this have n^2 behavior?

Powered by Google App Engine
This is Rietveld 408576698