|
|
Remove RawObject::class_ field.
Request for comments on overall approach.
Disregard changes in x64 related files (look at ia32 only and platform independent ones).
Contains some hacks and code duplication that are known, and will be addressed.
I will work on splitting this CL into pieces when I am ready to commit it.
NOT FOR COMMIT
BUG=
TEST=
Total comments: 19
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+307 lines, -306 lines) |
Patch |
 |
M |
runtime/vm/assembler_ia32.h
|
View
|
|
1 chunk |
+13 lines, -0 lines |
2 comments
|
Download
|
 |
M |
runtime/vm/assembler_ia32.cc
|
View
|
|
1 chunk |
+30 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/assembler_macros_ia32.cc
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/assembler_macros_x64.cc
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/class_table.h
|
View
|
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/code_generator_ia32.cc
|
View
|
|
8 chunks |
+24 lines, -26 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_compiler_x64.cc
|
View
|
|
7 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/freelist.h
|
View
|
1
2
|
1 chunk |
+12 lines, -24 lines |
2 comments
|
Download
|
 |
M |
runtime/vm/freelist.cc
|
View
|
1
2
|
3 chunks |
+6 lines, -16 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/gc_marker.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
3 comments
|
Download
|
 |
M |
runtime/vm/heap.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/intrinsifier_ia32.cc
|
View
|
|
6 chunks |
+8 lines, -26 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/isolate.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/object.h
|
View
|
1
|
5 chunks |
+10 lines, -8 lines |
2 comments
|
Download
|
 |
M |
runtime/vm/object.cc
|
View
|
1
2
|
7 chunks |
+14 lines, -15 lines |
2 comments
|
Download
|
 |
M |
runtime/vm/opt_code_generator_ia32.cc
|
View
|
|
11 chunks |
+15 lines, -21 lines |
2 comments
|
Download
|
 |
M |
runtime/vm/raw_object.h
|
View
|
1
2
|
4 chunks |
+13 lines, -2 lines |
4 comments
|
Download
|
 |
M |
runtime/vm/raw_object.cc
|
View
|
1
2
|
8 chunks |
+23 lines, -20 lines |
2 comments
|
Download
|
 |
M |
runtime/vm/raw_object_snapshot.cc
|
View
|
|
48 chunks |
+73 lines, -55 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/scavenger.cc
|
View
|
1
2
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/snapshot.h
|
View
|
|
1 chunk |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/snapshot.cc
|
View
|
|
7 chunks |
+22 lines, -9 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/stub_code_ia32.cc
|
View
|
1
|
13 chunks |
+9 lines, -34 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/stub_code_x64.cc
|
View
|
|
10 chunks |
+4 lines, -26 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|