[Openmp-commits] [PATCH] D62488: Added propagation of not big initial stack size of master thread to workers.

Andrey Churbanov via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Jun 4 06:18:48 PDT 2019


AndreyChurbanov updated this revision to Diff 202919.
AndreyChurbanov added a comment.

Addressed Johannes' comment. At the same time I've reduced the upper bound of the size to be propagated to 64MB (from initial 256MB), because with this change more applications will be affected (those require big stack for master and small stack for workers).


Repository:
  rOMP OpenMP

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62488/new/

https://reviews.llvm.org/D62488

Files:
  runtime/src/kmp.h
  runtime/src/kmp_settings.cpp
  runtime/src/z_Linux_util.cpp
  runtime/test/misc_bugs/stack-propagate.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62488.202919.patch
Type: text/x-patch
Size: 3941 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20190604/4dd6bdee/attachment.bin>


More information about the Openmp-commits mailing list