commit | 5229cf17e3240d55f043c0a9308e22d967f897dc | [log] [tgz] |
---|---|---|
author | Vladimir Marko <vmarko@google.com> | Thu Oct 09 14:57:59 2014 +0100 |
committer | Vladimir Marko <vmarko@google.com> | Thu Oct 09 15:28:21 2014 +0100 |
tree | ebdce05568bf76a91bcb94dde0f48d2f1ffe11ec | |
parent | 67c72b8882f539afd1c8643396fce417cadb85d5 [diff] |
Quick: Reduce memory usage and improve compile time. Move the def-block-matrix from Arena to ScopedArena. Remove BasicBlockDataFlow::ending_check_v and use a temporary bit matrix instead. Remove unused BasicBlockDataFlow::phi_v. Avoid some BitVector::Copy() at the end of null and clinit check elimination passes when the contents of the source BitVector is no longer needed. Change-Id: I8111b2f8a51e63075aa124b528d61b79b6933274