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

Issue 7523052: String to ascii char array converter for debug mode. (Closed)

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

Description

String to ascii char array converter for debug mode. Committed: http://code.google.com/p/v8/source/detail?r=8763

Patch Set 1 #

Total comments: 2

Patch Set 2 : Added comment and implemented suggestion. #

Patch Set 3 : Added comment to clarify the purpose of this method. #

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

Messages

Total messages: 7 (0 generated)
Yang
PTAL.
9 years, 4 months ago (2011-07-29 09:04:48 UTC) #1
Rico
nit drive by http://codereview.chromium.org/7523052/diff/1/src/objects-printer.cc File src/objects-printer.cc (right): http://codereview.chromium.org/7523052/diff/1/src/objects-printer.cc#newcode565 src/objects-printer.cc:565: if (buffer != NULL) { } ...
9 years, 4 months ago (2011-07-29 09:18:07 UTC) #2
Yang
I think that should be OK?
9 years, 4 months ago (2011-07-29 09:29:43 UTC) #3
Sven Panne
http://codereview.chromium.org/7523052/diff/1/src/objects-printer.cc File src/objects-printer.cc (right): http://codereview.chromium.org/7523052/diff/1/src/objects-printer.cc#newcode564 src/objects-printer.cc:564: static char* buffer = NULL; Drive-by commment: This looks ...
9 years, 4 months ago (2011-07-29 09:31:46 UTC) #4
Rico
On 2011/07/29 09:29:43, Yang wrote: > I think that should be OK? Yes, on one ...
9 years, 4 months ago (2011-07-29 09:48:07 UTC) #5
Yang
I don't think there is a big issue with memory management as this method is ...
9 years, 4 months ago (2011-07-29 09:49:05 UTC) #6
Jakob Kummerow
9 years, 4 months ago (2011-07-29 09:49:25 UTC) #7
LGTM, thanks.

Powered by Google App Engine
This is Rietveld 408576698