|
Remove the descriptor stream abstractions.
The abstractions have led to bugs because it looks like descriptor
streams are GC safe but they are not.
I have moved the descriptor stream helper functions to descriptor
arrays and I find most of the code just as readable now as it was
before.
Committed: http://code.google.com/p/v8/source/detail?r=2428
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+227 lines, -261 lines) |
Patch |
|
M |
src/bootstrapper.cc
|
View
|
|
1 chunk |
+9 lines, -17 lines |
0 comments
|
Download
|
|
M |
src/factory.cc
|
View
|
|
2 chunks |
+7 lines, -13 lines |
4 comments
|
Download
|
|
M |
src/handles.cc
|
View
|
|
2 chunks |
+12 lines, -10 lines |
0 comments
|
Download
|
|
M |
src/objects.h
|
View
|
|
1 chunk |
+14 lines, -1 line |
0 comments
|
Download
|
|
M |
src/objects.cc
|
View
|
|
16 chunks |
+85 lines, -86 lines |
0 comments
|
Download
|
|
M |
src/objects-debug.cc
|
View
|
|
3 chunks |
+36 lines, -28 lines |
0 comments
|
Download
|
|
M |
src/objects-inl.h
|
View
|
|
2 chunks |
+57 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/property.h
|
View
|
|
1 chunk |
+0 lines, -86 lines |
0 comments
|
Download
|
|
M |
src/property.cc
|
View
|
|
1 chunk |
+0 lines, -14 lines |
0 comments
|
Download
|
|
M |
src/spaces.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/string-stream.cc
|
View
|
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|