commit | 3dd127e67b259fbd6d56ae05834b3c2da03e5219 | [log] [tgz] |
---|---|---|
author | Karl Schimpf <kschimpf@google.com> | Thu Mar 31 13:22:11 2016 -0700 |
committer | Karl Schimpf <kschimpf@google.com> | Thu Mar 31 13:22:11 2016 -0700 |
tree | dc905edfc3506b38c58920f6ec0f5cbb181efa1d | |
parent | cc89c959c2f602361488e0fdc0bf62e5d197d15c [diff] |
Force sequential parsing when threads=0. When threads=0, it doesn't pay to run a parallel parse, since each parallel parse slows down parsing by requiring a copy of bits in the function block. BUG=None R=stichnot@chromium.org Review URL: https://codereview.chromium.org/1848873002 .