|
|
Provide baseline for new GC infrastructure.
This is another version of http://codereview.chromium.org/5745005/.
Instead of using conditional compilation with BASELINE_GC define this one uses FLAG_new_gc.
I also addressed issue Vitaly noticed.
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+114 lines, -52 lines) |
Patch |
 |
M |
src/flag-definitions.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
src/heap.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/heap.cc
|
View
|
|
3 chunks |
+14 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/heap-inl.h
|
View
|
|
4 chunks |
+12 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/ia32/codegen-ia32.cc
|
View
|
|
2 chunks |
+24 lines, -18 lines |
1 comment
|
Download
|
 |
M |
src/ia32/ic-ia32.cc
|
View
|
|
1 chunk |
+11 lines, -9 lines |
0 comments
|
Download
|
 |
M |
src/ia32/macro-assembler-ia32.cc
|
View
|
|
3 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/ia32/stub-cache-ia32.cc
|
View
|
|
1 chunk |
+11 lines, -7 lines |
0 comments
|
Download
|
 |
M |
src/mark-compact.cc
|
View
|
|
3 chunks |
+9 lines, -1 line |
1 comment
|
Download
|
 |
M |
src/objects.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/objects-inl.h
|
View
|
|
2 chunks |
+11 lines, -8 lines |
0 comments
|
Download
|
 |
M |
src/spaces.h
|
View
|
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/spaces.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
src/spaces-inl.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
test/cctest/test-heap.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
test/cctest/test-mark-compact.cc
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
test/cctest/test-spaces.cc
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|