commit | 7d1fbf38412078090e81e9d9fa502635d8541707 | [log] [tgz] |
---|---|---|
author | Vladimir Marko <vmarko@google.com> | Tue Jan 26 15:01:12 2016 +0000 |
committer | Vladimir Marko <vmarko@google.com> | Wed Jan 27 13:20:52 2016 +0000 |
tree | 1ed94174f9889390e61a8af45e7414efc9ad0c57 | |
parent | 8eb38714be15fd9a129e2ecabc756a121c23f638 [diff] |
Optimizing: Lazy creation of Handle<>s in RTP. This reduces the number of StackHandleScope<>s that we allocate, especially when we're inlining many methods. Previously, each RTP would create 4 handles in the ctor which is actually the same as kNumReferencesPerScope. Change-Id: Ib6767993b1e89913a91275f0ef66dac786bccb6c