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

Issue 11818025: Continues Latin-1 support. All tests pass with ENABLE_LATIN_1 flag. (Closed)

Created:
7 years, 11 months ago by drcarney
Modified:
7 years, 11 months ago
Reviewers:
Yang
CC:
v8-dev
Visibility:
Public.

Description

Continues Latin-1 support. All tests pass with ENABLE_LATIN_1 flag. R=yangguo@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=13344

Patch Set 1 #

Patch Set 2 : ARM fix #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+287 lines, -192 lines) Patch
M src/api.cc View 1 chunk +4 lines, -1 line 0 comments Download
M src/arm/regexp-macro-assembler-arm.cc View 1 1 chunk +10 lines, -1 line 0 comments Download
M src/extensions/externalize-string-extension.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/handles.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/heap.cc View 8 chunks +13 lines, -11 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 2 chunks +16 lines, -0 lines 0 comments Download
M src/ia32/regexp-macro-assembler-ia32.cc View 1 chunk +13 lines, -1 line 0 comments Download
M src/interpreter-irregexp.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/isolate.cc View 1 chunk +3 lines, -2 lines 1 comment Download
M src/json-parser.h View 5 chunks +17 lines, -17 lines 0 comments Download
M src/json-stringifier.h View 11 chunks +25 lines, -29 lines 0 comments Download
M src/jsregexp.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/log.cc View 1 chunk +4 lines, -1 line 0 comments Download
M src/objects.h View 5 chunks +10 lines, -14 lines 2 comments Download
M src/objects.cc View 6 chunks +9 lines, -11 lines 0 comments Download
M src/objects-inl.h View 3 chunks +11 lines, -21 lines 1 comment Download
M src/regexp-macro-assembler.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/runtime.cc View 24 chunks +49 lines, -41 lines 0 comments Download
M src/string-search.h View 4 chunks +15 lines, -4 lines 1 comment Download
M src/v8conversions.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 chunk +16 lines, -0 lines 0 comments Download
M src/x64/regexp-macro-assembler-x64.cc View 1 chunk +10 lines, -1 line 0 comments Download
M test/cctest/test-hashing.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M test/mjsunit/regexp-capture-3.js View 1 chunk +16 lines, -17 lines 0 comments Download
A + test/mjsunit/regress/regress-latin-1.js View 1 chunk +27 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Yang
LGTM. One question though. https://codereview.chromium.org/11818025/diff/2001/src/isolate.cc File src/isolate.cc (right): https://codereview.chromium.org/11818025/diff/2001/src/isolate.cc#newcode543 src/isolate.cc:543: // TODO(dcarney): convert buffer to ...
7 years, 11 months ago (2013-01-09 15:39:30 UTC) #1
drcarney
7 years, 11 months ago (2013-01-09 16:27:31 UTC) #2
Message was sent while issue was closed.
https://codereview.chromium.org/11818025/diff/2001/src/objects.h
File src/objects.h (right):

https://codereview.chromium.org/11818025/diff/2001/src/objects.h#newcode7387
src/objects.h:7387: NonAsciiStart(reinterpret_cast<const char*>(chars), length)
>= length;
On 2013/01/09 15:39:30, Yang wrote:
> Could we also change NonAsciiStart to take const uint8_t* as first parameter?

we need the char implementation for utf8 code patch unfortunately

Powered by Google App Engine
This is Rietveld 408576698