commit | 83cc7ae96d4176533dd0391a1591d321b0a87f4f | [log] [tgz] |
---|---|---|
author | Vladimir Marko <vmarko@google.com> | Wed Feb 12 18:02:05 2014 +0000 |
committer | Vladimir Marko <vmarko@google.com> | Thu Mar 06 15:37:40 2014 +0000 |
tree | 6b3c607119c1dc2850810f8463dfd968c486fba4 | |
parent | 8785d615122d4abbd22db702139584e8c472f502 [diff] |
Create a scoped arena allocator and use that for LVN. This saves more than 0.5s of boot.oat compilation time on Nexus 5. TODO: Move other stuff to the scoped allocator. This CL alone increases the peak memory allocation. By reusing the memory for other parts of the compilation we should reduce this overhead. Change-Id: Ifbc00aab4f3afd0000da818dfe68b96713824a08