OSDN Git Service

Use DlMallocSpace for the JIT code cache.
authorNicolas Geoffray <ngeoffray@google.com>
Thu, 15 Oct 2015 12:53:04 +0000 (13:53 +0100)
committerNicolas Geoffray <ngeoffray@google.com>
Wed, 21 Oct 2015 09:59:27 +0000 (10:59 +0100)
commit0c3c2668ef44fdbd18d97f9134a85d1a7d561aa4
tree92e8e49ed1b4d5442f20721858c476ed5769d0ea
parent7edef7441d28db1403fbc5641b56a26ecf355879
Use DlMallocSpace for the JIT code cache.

- Also tidy up some code in the JIT compiler.
- And mprotect code space to be writable only when allocating.

Change-Id: I46ea5c029aec489f2af63452de31db3736aebc20
build/Android.gtest.mk
compiler/driver/compiler_driver.cc
compiler/jit/jit_compiler.cc
compiler/jit/jit_compiler.h
compiler/optimizing/optimizing_compiler.cc
runtime/gc/space/malloc_space.cc
runtime/jit/jit_code_cache.cc
runtime/jit/jit_code_cache.h
runtime/jit/jit_code_cache_test.cc [deleted file]