|
|
Incremental mode now works for x64. The only difference
between IA32 and x64 is now that in IA32 we can mark
pointer-free objects black without going into runtime
code.
Also fixed a bug where spaces with heightened alignment
requirements could get messed up by the free-list chopping
that was implemented to get timely marking increments.
Committed: http://code.google.com/p/v8/source/detail?r=8270
Total comments: 32
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+477 lines, -124 lines) |
Patch |
 |
M |
src/arm/code-stubs-arm.h
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/arm/full-codegen-arm.cc
|
View
|
|
1 chunk |
+2 lines, -0 lines |
2 comments
|
Download
|
 |
M |
src/arm/macro-assembler-arm.h
|
View
|
|
3 chunks |
+23 lines, -13 lines |
0 comments
|
Download
|
 |
M |
src/arm/macro-assembler-arm.cc
|
View
|
|
1 chunk |
+19 lines, -0 lines |
8 comments
|
Download
|
 |
M |
src/flag-definitions.h
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/heap.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/ia32/code-stubs-ia32.cc
|
View
|
|
2 chunks |
+3 lines, -6 lines |
0 comments
|
Download
|
 |
M |
src/ia32/full-codegen-ia32.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/ia32/macro-assembler-ia32.h
|
View
|
|
2 chunks |
+24 lines, -9 lines |
0 comments
|
Download
|
 |
M |
src/ia32/macro-assembler-ia32.cc
|
View
|
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/ia32/stub-cache-ia32.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/mark-compact.h
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/spaces.h
|
View
|
|
4 chunks |
+26 lines, -0 lines |
6 comments
|
Download
|
 |
M |
src/spaces.cc
|
View
|
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
src/x64/code-stubs-x64.h
|
View
|
|
2 chunks |
+14 lines, -24 lines |
4 comments
|
Download
|
 |
M |
src/x64/code-stubs-x64.cc
|
View
|
|
3 chunks |
+101 lines, -30 lines |
2 comments
|
Download
|
 |
M |
src/x64/full-codegen-x64.cc
|
View
|
|
2 chunks |
+11 lines, -3 lines |
2 comments
|
Download
|
 |
M |
src/x64/lithium-codegen-x64.cc
|
View
|
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
src/x64/macro-assembler-x64.h
|
View
|
|
3 chunks |
+57 lines, -8 lines |
6 comments
|
Download
|
 |
M |
src/x64/macro-assembler-x64.cc
|
View
|
|
8 chunks |
+126 lines, -8 lines |
2 comments
|
Download
|
 |
M |
src/x64/stub-cache-x64.cc
|
View
|
|
5 chunks |
+29 lines, -7 lines |
0 comments
|
Download
|
 |
M |
test/cctest/test-serialize.cc
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|