commit | e1b36f09cb478a39ba443f6acb11cd1901c01c1d | [log] [tgz] |
---|---|---|
author | David Srbecky <dsrbecky@google.com> | Fri Oct 04 17:44:33 2019 +0100 |
committer | David Srbecky <dsrbecky@google.com> | Wed Oct 09 15:51:56 2019 +0000 |
tree | 75642c703fee9fce7cd09af344dd26d485379b13 | |
parent | 449011217844401ed491ad0f89dcba21cc26bfc4 [diff] |
JIT: Separate code allocation and initialization. Allocate(reserve) both code and data first, and then initialise(commit) both of them. This is useful since we know the address sooner for the purpose of debug info generation. Test: ./art/test.py -b -r --jit --host --64 Change-Id: I4971a8801004efbc6c2b27884834dda775b72664