| commit | e2a3aa988630b3c2952ac44943f03dde60454195 | [log] [tgz] |
|---|---|---|
| author | Nicolas Geoffray <ngeoffray@google.com> | Mon Nov 25 17:52:58 2019 +0000 |
| committer | Nicolas Geoffray <ngeoffray@google.com> | Wed Nov 27 14:04:43 2019 +0000 |
| tree | acee7012af6e2b161c91e6cd8b7b4d12eb5aa927 | |
| parent | a2c4d61e482a15974e3e220bcd62a64043ee536f [diff] [blame] |
Baseline JIT: update inline caches in compiled code. In trying to remove profiling from interpreter, to speed up interpreter performance. Bug: 119800099 Test: test.py --baseline Change-Id: Ica1fa41a889b31262d9f5691b30a31fbcec01b34
diff --git a/runtime/entrypoints/quick/quick_default_init_entrypoints.h b/runtime/entrypoints/quick/quick_default_init_entrypoints.h index f5bb5a3..d41f9a0 100644 --- a/runtime/entrypoints/quick/quick_default_init_entrypoints.h +++ b/runtime/entrypoints/quick/quick_default_init_entrypoints.h
@@ -124,6 +124,9 @@ // StringBuilder append qpoints->pStringBuilderAppend = art_quick_string_builder_append; + + // InlineCache update + qpoints->pUpdateInlineCache = art_quick_update_inline_cache; } } // namespace art