pthread_attr_setstack
and some guys asking why on earth you want to do that, and telling you that's a sign of bad design and such.There can be a few reasons for setting stack size, stack address, and protector page size.
This blog is here mainly to express my ideas and experiences with high performance computing.
More specifically - programming towards low latency - squeezing out every little bit of speed. Using C++ on Linux.
Another thing I kind of promised to myself is that I'm not going to repeat things that are published enough. No matter how interesting or relevant to HPC, low latency, etc
pthread_attr_setstack
and some guys asking why on earth you want to do that, and telling you that's a sign of bad design and such.