diff options
author | Tom Tromey <tom@tromey.com> | 2021-05-23 09:04:27 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2022-04-12 09:31:16 -0600 |
commit | 82d734f7a3b6f08813a9ad6272aa026779c88975 (patch) | |
tree | 26aea3dcb439f9c8a884535c60eb452ffcebc423 /opcodes/arc-dis.c | |
parent | c0892a1d5dc29eb849e9aed0fb7c7dade6dffb23 (diff) | |
download | gdb-82d734f7a3b6f08813a9ad6272aa026779c88975.zip gdb-82d734f7a3b6f08813a9ad6272aa026779c88975.tar.gz gdb-82d734f7a3b6f08813a9ad6272aa026779c88975.tar.bz2 |
Add batching parameter to parallel_for_each
parallel_for_each currently requires each thread to process at least
10 elements. However, when indexing, it's fine for a thread to handle
just a single CU. This patch parameterizes this, and updates the one
user.
Diffstat (limited to 'opcodes/arc-dis.c')
0 files changed, 0 insertions, 0 deletions