summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver_test.cc
diff options
context:
space:
mode:
authorMathieu Chartier <mathieuc@google.com>2016-11-16 16:22:37 -0800
committerMathieu Chartier <mathieuc@google.com>2016-11-21 10:05:03 -0800
commit1b868498a176705b867e2572cc1bcbd58dbd62d6 (patch)
tree36e10d1cff265d54090571ab08ad2ae9ebda97c1 /compiler/driver/compiler_driver_test.cc
parentdac7ad17c78387d15d7aefae0f852dddf5f37e34 (diff)
Use type lookup tables in compiler
This recently regressed and stopped happening, the fix creates fake OatDexFiles so that the compiler uses the type lookup tables instead of slow FindClassDef and FindTypeId. Perf on host compile Facebook: Before: 2.49%: art::DexFile::FindClassDef(unsigned short) const 1.59%: art::DexFile::FindTypeId(char const*) const After: 0.42%: art::OatDexFile::FindClassDef(art::DexFile const&, char const*, unsigned long) 0%: art::DexFile::FindTypeId(char const*) const 0%: art::DexFile::FindClassDef(unsigned short) const Average install (N6P 960 mhz average of 40 samples): 38.2s -> 35.64s Bug: 32641252 Test: test-art-host, adb install. Change-Id: I34df21dc2c155bc2579c5cafdd91f9cb0fead1a9
Diffstat (limited to 'compiler/driver/compiler_driver_test.cc')
0 files changed, 0 insertions, 0 deletions