summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.h
diff options
context:
space:
mode:
author Vladimir Marko <vmarko@google.com> 2018-01-23 14:59:45 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-01-23 14:59:45 +0000
commitbe2b613f5a30cdf2291b9f4f5d0acc2c1bb0b4ae (patch)
tree0ff068df6465b52458ecca3de96d119234415def /compiler/driver/compiler_driver.h
parent2e1791b74406fba9930bbe5dfa5358d2d2c07e1a (diff)
parenteb0ebed72432b3c6b8c7b38f8937d7ba736f4567 (diff)
Merge "Compiler changes for bitstring based type checks."
Diffstat (limited to 'compiler/driver/compiler_driver.h')
-rw-r--r--compiler/driver/compiler_driver.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/driver/compiler_driver.h b/compiler/driver/compiler_driver.h
index 773632cfc6..4b5916d572 100644
--- a/compiler/driver/compiler_driver.h
+++ b/compiler/driver/compiler_driver.h
@@ -77,6 +77,9 @@ class VdexFile;
class VerificationResults;
class VerifiedMethod;
+// Compile-time flag to enable/disable bitstring type checks.
+static constexpr bool kUseBitstringTypeCheck = true;
+
enum EntryPointCallingConvention {
// ABI of invocations to a method's interpreter entry point.
kInterpreterAbi,