commit | 330314c6fb7c178c0f0da65d6aa8c9e7d3004568 | [log] [tgz] |
---|---|---|
author | Jeff Brown <jeffbrown@google.com> | Fri Apr 27 02:20:22 2012 -0700 |
committer | Jeff Brown <jeffbrown@google.com> | Fri Apr 27 02:20:22 2012 -0700 |
tree | 779dbaacf71cf1a6bf60227ddf0efd24f8fa7aa7 | |
parent | aeee2f5d7564614da7b5e1aedb8816fc6559b2e9 [diff] |
Simplify the consume before traversal heuristic. Calling doConsumeBatchedInput() from doTraversals() can result in redundant attempts to consume batched input. Instead of making this call directly, just schedule consume batched input at the same time as traversals are scheduled. This should have the same overall effect. Bug: 6375101 Change-Id: Ie5799e6a68fedbd1978cca6d03852d9a7f1b1f64