|
Create a separate class to encapsulate ScopeInfo serialization.
The static ScopeInfo members moved into this class.
The new class is named ScopeInfoObject which I am not proud of,
better ideas are very welcome.
Also got rid of the sentinels in the serialized scope info which saves 3 words per function
and is not slower.
Committed: http://code.google.com/p/v8/source/detail?r=5067
Total comments: 18
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+237 lines, -252 lines) |
Patch |
|
M |
src/accessors.cc
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/compiler.cc
|
View
|
1
2
|
5 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/contexts.cc
|
View
|
1
2
|
4 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
|
M |
src/factory.h
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/factory.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/frames.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/globals.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/heap.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/objects.h
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/objects-inl.h
|
View
|
1
2
|
2 chunks |
+13 lines, -1 line |
0 comments
|
Download
|
|
M |
src/parser.cc
|
View
|
1
2
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/profile-generator.cc
|
View
|
1
2
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/runtime.cc
|
View
|
1
2
|
13 chunks |
+25 lines, -28 lines |
0 comments
|
Download
|
|
M |
src/scopeinfo.h
|
View
|
1
2
|
2 chunks |
+46 lines, -35 lines |
0 comments
|
Download
|
|
M |
src/scopeinfo.cc
|
View
|
1
2
|
12 chunks |
+118 lines, -157 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|