commit | 217488a9ddf351033c1688198c492b9c40c36d8a | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Mon Sep 18 08:34:42 2017 -0700 |
committer | Andreas Gampe <agampe@google.com> | Mon Sep 18 12:50:43 2017 -0700 |
tree | 98dc5553e2538b9b508c1837bc27b383d73b7149 | |
parent | e16ed6da590e717e28c07e2c9d1b342efc678870 [diff] |
ART: Move read barrier config out of globals Reduce the global dependencies by refactoring where the read barrier constants are defined. Rename read_barier_c.h to read_barier_config.h and ifdef the C++ parts to have a common header for both C/asm and C++. Put heap poisoning configuration into its own minimal header. Fix up transitive includes. Test: m Change-Id: I159669ec61e3d1c4c7ddcd79e63b023a0519717a