summaryrefslogtreecommitdiff
path: root/compiler/optimizing/graph_visualizer.cc
diff options
context:
space:
mode:
authorMathieu Chartier <mathieuc@google.com>2014-06-15 15:15:43 -0700
committerMathieu Chartier <mathieuc@google.com>2014-06-20 13:00:23 -0700
commit10fb83ad7442c8cf3356a89ec918e0786f110981 (patch)
tree652a07afa83c4afb482702f4f571a024368491ad /compiler/optimizing/graph_visualizer.cc
parent2d2d6bb1ff8692efdddf104dabfb4a2d39877ff6 (diff)
Shared single GC iteration accounting for all GCs.
Previously, each garbage collector had data that was only used during collection. Since only one collector can be running at any given time, we can make this data be shared between all collectors. This reduces memory usage since we don't need to have redundant information for each GC types. Also reduced how much code is required to sweep spaces. Bug: 9969166 Change-Id: I31caf0ee4d572f75e0c66863fe7db12c08ae08e7
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions