|
- Remember the fact that an object has been added to the
store buffer by a bit in the header.
- This bit can be used to filter out redundant additions
into the store buffer making the dedup sets not needed.
- Remove the need for a HashSet when remembering old to
new references.
Committed: https://code.google.com/p/dart/source/detail?r=22393
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+234 lines, -336 lines) |
Patch |
|
M |
runtime/vm/assembler_test.cc
|
View
|
1
2
|
1 chunk |
+7 lines, -14 lines |
0 comments
|
Download
|
|
M |
runtime/vm/gc_marker.cc
|
View
|
1
2
|
3 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
|
D |
runtime/vm/hash_set.h
|
View
|
1
2
|
1 chunk |
+0 lines, -103 lines |
0 comments
|
Download
|
|
M |
runtime/vm/isolate.h
|
View
|
1
2
|
2 chunks |
+3 lines, -6 lines |
0 comments
|
Download
|
|
M |
runtime/vm/isolate.cc
|
View
|
1
2
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
runtime/vm/object.h
|
View
|
1
2
|
2 chunks |
+8 lines, -6 lines |
0 comments
|
Download
|
|
M |
runtime/vm/object.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
runtime/vm/raw_object.h
|
View
|
1
2
|
3 chunks |
+19 lines, -2 lines |
0 comments
|
Download
|
|
M |
runtime/vm/scavenger.cc
|
View
|
1
2
|
3 chunks |
+17 lines, -27 lines |
0 comments
|
Download
|
|
M |
runtime/vm/store_buffer.h
|
View
|
1
2
|
2 chunks |
+44 lines, -66 lines |
0 comments
|
Download
|
|
M |
runtime/vm/store_buffer.cc
|
View
|
1
2
|
1 chunk |
+34 lines, -64 lines |
0 comments
|
Download
|
|
M |
runtime/vm/stub_code_arm.cc
|
View
|
1
2
|
1 chunk |
+22 lines, -9 lines |
0 comments
|
Download
|
|
M |
runtime/vm/stub_code_ia32.cc
|
View
|
1
2
|
1 chunk |
+23 lines, -11 lines |
0 comments
|
Download
|
|
M |
runtime/vm/stub_code_mips.cc
|
View
|
1
2
|
1 chunk |
+25 lines, -7 lines |
0 comments
|
Download
|
|
M |
runtime/vm/stub_code_x64.cc
|
View
|
1
2
|
1 chunk |
+23 lines, -11 lines |
0 comments
|
Download
|
|
M |
runtime/vm/vm_sources.gypi
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|