|
Replace ToAsciiVector and ToUC16Vector with single function that returns a tagged value.
The tag tells whether the content is ASCII or UC16, or even if the string wasn't flat.
BUG: v8:1633
Committed: http://code.google.com/p/v8/source/detail?r=8999
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+289 lines, -206 lines) |
Patch |
|
M |
src/handles.cc
|
View
|
1
|
1 chunk |
+5 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/hydrogen-instructions.cc
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
src/interpreter-irregexp.cc
|
View
|
1
|
3 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/jsregexp.cc
|
View
|
1
|
2 chunks |
+21 lines, -27 lines |
0 comments
|
Download
|
|
M |
src/objects.h
|
View
|
1
|
4 chunks |
+55 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/objects.cc
|
View
|
1
|
8 chunks |
+63 lines, -66 lines |
0 comments
|
Download
|
|
M |
src/objects-inl.h
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/runtime.cc
|
View
|
1
|
14 chunks |
+121 lines, -100 lines |
0 comments
|
Download
|
|
M |
test/mjsunit/string-split.js
|
View
|
1
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|