OSDN Git Service

Add support for eagerly calculating conflict tables
authorMathieu Chartier <mathieuc@google.com>
Thu, 14 Apr 2016 17:49:19 +0000 (10:49 -0700)
committerMathieu Chartier <mathieuc@google.com>
Fri, 22 Apr 2016 20:26:31 +0000 (13:26 -0700)
commit49b5cede15d69930a8c156a3aea240164ca7af80
treeb8f07f2cce060418cb228a546a3d5a011e2d22e3
parent8da7f84709f7640205ac084b402f7424857ef729
Add support for eagerly calculating conflict tables

Will be used to put them in the image by having the compiler eagerly
calculate them.

Enabled for debug builds (non compiler). Support for having conflict
tables written in the image will come in the next CL.

Bug: 27906566

Change-Id: I03d1671a4b49317aaab5a741bbeaed7957cd6229
runtime/art_method.h
runtime/class_linker.cc
runtime/class_linker.h
runtime/entrypoints/quick/quick_trampoline_entrypoints.cc