|
Cleanup ScopeInfo and SerializedScopeInfo.
Both classes have been merged into a single ScopeInfo
class that implements the functionality from both.
This CL does not adapt the broken gdb-jit interface.
Committed: http://code.google.com/p/v8/source/detail?r=9868
Total comments: 35
Total comments: 3
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+599 lines, -729 lines) |
Patch |
|
M |
src/accessors.cc
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/compiler.cc
|
View
|
1
|
6 chunks |
+6 lines, -8 lines |
0 comments
|
Download
|
|
M |
src/contexts.cc
|
View
|
1
2
3
|
4 chunks |
+7 lines, -10 lines |
0 comments
|
Download
|
|
M |
src/factory.h
|
View
|
1
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/factory.cc
|
View
|
1
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/frames.cc
|
View
|
1
2
3
4
|
6 chunks |
+15 lines, -16 lines |
2 comments
|
Download
|
|
M |
src/full-codegen.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/gdb-jit.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/heap.h
|
View
|
1
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/heap.cc
|
View
|
1
2
3
|
4 chunks |
+7 lines, -8 lines |
0 comments
|
Download
|
|
M |
src/hydrogen.cc
|
View
|
1
2
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/liveedit.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/objects.h
|
View
|
1
2
3
4
|
6 chunks |
+140 lines, -18 lines |
0 comments
|
Download
|
|
M |
src/objects-inl.h
|
View
|
1
2
3
|
3 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
src/parser.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/profile-generator.cc
|
View
|
1
2
3
4
|
1 chunk |
+19 lines, -12 lines |
0 comments
|
Download
|
|
M |
src/runtime.cc
|
View
|
1
2
3
4
|
30 chunks |
+73 lines, -87 lines |
0 comments
|
Download
|
|
M |
src/scopeinfo.h
|
View
|
|
1 chunk |
+0 lines, -61 lines |
0 comments
|
Download
|
|
M |
src/scopeinfo.cc
|
View
|
1
2
3
4
|
3 chunks |
+265 lines, -423 lines |
0 comments
|
Download
|
|
M |
src/scopes.h
|
View
|
1
2
3
|
5 chunks |
+7 lines, -10 lines |
0 comments
|
Download
|
|
M |
src/scopes.cc
|
View
|
1
2
3
|
12 chunks |
+30 lines, -45 lines |
0 comments
|
Download
|
|
M |
src/serialize.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/v8globals.h
|
View
|
1
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|