Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid stack overflow in task_size bulk test
stdexec in debug mode is particularly prone to triggering a stack overflow, but pika's std::execution implementation can trigger it as well. Compiling with optimizations also simply delays the stack overflow.
- Loading branch information