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

Issue 7866: Misc (Closed)

Created:
12 years, 2 months ago by Christian Plesner Hansen
Modified:
9 years, 7 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

- Changed regexp logging to include the string being matched and to escape commas. - Fixed issue with block-comparing unaligned strings on arm. - Added short documentation to one of the Persistent constructors.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -19 lines) Patch
M include/v8.h View 2 chunks +5 lines, -1 line 0 comments Download
M src/d8.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M src/globals.h View 1 chunk +3 lines, -0 lines 1 comment Download
M src/log.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/log.cc View 4 chunks +22 lines, -14 lines 2 comments Download
M src/objects.cc View 1 chunk +13 lines, -0 lines 2 comments Download

Messages

Total messages: 3 (0 generated)
Christian Plesner Hansen
12 years, 2 months ago (2008-10-22 11:16:50 UTC) #1
Erik Corry
LGTM http://codereview.chromium.org/7866/diff/1/4 File src/globals.h (right): http://codereview.chromium.org/7866/diff/1/4#newcode79 Line 79: IA32 is pretty much the only architecture ...
12 years, 2 months ago (2008-10-22 11:44:15 UTC) #2
Christian Plesner Hansen
12 years, 2 months ago (2008-10-22 11:59:02 UTC) #3
http://codereview.chromium.org/7866/diff/1/5
File src/log.cc (right):

http://codereview.chromium.org/7866/diff/1/5#newcode365
Line 365: fprintf(logfile_, "%lc", c);
For now I'm not too worried about automatically reconstructing the original
regexp.

Powered by Google App Engine
This is Rietveld 408576698