|
Remove sliced string string type
As a first step to reduce the complexity of the string hierachy the sliced string type is removed. Whenever a sub-string is created it is allocated as a fresh flat string.
Committed: http://code.google.com/p/v8/source/detail?r=3259
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+56 lines, -647 lines) |
Patch |
|
M |
src/conversions.cc
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/factory.h
|
View
|
|
1 chunk |
+4 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/factory.cc
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/handles.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/heap.h
|
View
|
|
3 chunks |
+0 lines, -22 lines |
0 comments
|
Download
|
|
M |
src/heap.cc
|
View
|
|
4 chunks |
+16 lines, -66 lines |
0 comments
|
Download
|
|
M |
src/ia32/codegen-ia32.cc
|
View
|
|
3 chunks |
+5 lines, -17 lines |
0 comments
|
Download
|
|
M |
src/mark-compact.cc
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/objects.h
|
View
|
|
16 chunks |
+6 lines, -145 lines |
0 comments
|
Download
|
|
M |
src/objects.cc
|
View
|
|
14 chunks |
+6 lines, -140 lines |
0 comments
|
Download
|
|
M |
src/objects-debug.cc
|
View
|
|
2 chunks |
+0 lines, -12 lines |
0 comments
|
Download
|
|
M |
src/objects-inl.h
|
View
|
|
8 chunks |
+1 line, -47 lines |
0 comments
|
Download
|
|
M |
src/regexp-macro-assembler.cc
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/runtime.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/runtime.cc
|
View
|
|
5 chunks |
+6 lines, -8 lines |
0 comments
|
Download
|
|
M |
src/string.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
test/cctest/test-strings.cc
|
View
|
|
3 chunks |
+0 lines, -167 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|