commit | ffc87076dda9878cb2cc098149bae441d38b9268 | [log] [tgz] |
---|---|---|
author | Calin Juravle <calin@google.com> | Wed Apr 20 14:22:09 2016 +0100 |
committer | Calin Juravle <calin@google.com> | Thu Apr 28 16:15:04 2016 +0100 |
tree | e587208d6a8e62532792add3e1ace6b4e6d73e0f | |
parent | 97cbc9206e9adc473a90650ebdb5d620f517ff04 [diff] |
Split profile recording from jit compilation We still use ProfileInfo objects to record profile information. That gives us the flexibility to add the inline caches in the future and the convenience of the already implemented GC. If UseJIT is false and SaveProfilingInfo true, we will only record the ProfileInfo and never launch compilation tasks. Bug: 27916886 (cherry picked from commit e5de54cfab5f14ba0b8ff25d8d60901c7021943f) Change-Id: I68afc181d71447895fb12346c1806e99bcab1de2