From d25f84250700c35f006d5a1d295231af174c3734 Mon Sep 17 00:00:00 2001 From: Hiroshi Yamauchi Date: Fri, 30 Jan 2015 16:25:12 -0800 Subject: Clean up enums in RegionSpace. Split enum RegionState into two enums, RegionState and RegionType. Merge the latter with SubSpaceType. Use RefToRegionUnlocked in RegionSpace::AddLiveBytes. Turn some CHECKs into DCHECKs. Improve the Ritz EAAC run time and the GC time by ~20%. Bug: 12687968 Change-Id: Icdb8ab3e9ec2a1eefc8c9a2e4bb19befcf2562a6 --- runtime/Android.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/Android.mk') diff --git a/runtime/Android.mk b/runtime/Android.mk index 8a4b8c0b21..78c692df9a 100644 --- a/runtime/Android.mk +++ b/runtime/Android.mk @@ -300,6 +300,7 @@ LIBART_ENUM_OPERATOR_OUT_HEADER_FILES := \ gc/collector/gc_type.h \ gc/allocator_type.h \ gc/collector_type.h \ + gc/space/region_space.h \ gc/space/space.h \ gc/heap.h \ instrumentation.h \ -- cgit v1.2.3