Commit 330314c
Jeff Brown
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: Ie5799e6a68fedbd1978cca6d03852d9a7f1b1f641 parent aeee2f5 commit 330314c
1 file changed
+6
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
947 | 947 | | |
948 | 948 | | |
949 | 949 | | |
| 950 | + | |
950 | 951 | | |
951 | 952 | | |
952 | 953 | | |
| |||
964 | 965 | | |
965 | 966 | | |
966 | 967 | | |
967 | | - | |
968 | | - | |
969 | | - | |
970 | 968 | | |
971 | 969 | | |
972 | 970 | | |
| |||
4206 | 4204 | | |
4207 | 4205 | | |
4208 | 4206 | | |
4209 | | - | |
| 4207 | + | |
4210 | 4208 | | |
4211 | 4209 | | |
4212 | | - | |
4213 | | - | |
4214 | | - | |
| 4210 | + | |
| 4211 | + | |
4215 | 4212 | | |
4216 | | - | |
4217 | | - | |
4218 | | - | |
4219 | | - | |
4220 | | - | |
4221 | | - | |
4222 | | - | |
| 4213 | + | |
4223 | 4214 | | |
4224 | 4215 | | |
4225 | 4216 | | |
| |||
4257 | 4248 | | |
4258 | 4249 | | |
4259 | 4250 | | |
4260 | | - | |
4261 | | - | |
| 4251 | + | |
4262 | 4252 | | |
4263 | 4253 | | |
4264 | 4254 | | |
| |||
0 commit comments