LWN: Comments on "Re: pthread_create() slow for many threads; also time to revisit 64b context switch optimization?" https://lwn.net/Articles/294649/ This is a special feed containing comments posted to the individual LWN article titled "Re: pthread_create() slow for many threads; also time to revisit 64b context switch optimization?". en-us Tue, 16 Sep 2025 18:52:20 +0000 Tue, 16 Sep 2025 18:52:20 +0000 https://www.rssboard.org/rss-specification lwn@lwn.net Re: pthread_create() slow for many threads; also time to revisit 64b context switch optimization? https://lwn.net/Articles/295027/ https://lwn.net/Articles/295027/ leonb <div class="FormattedComment"><pre> MAP_32BIT should not go because it has uses other than the stack. For instance Lush (lush.sf.net) uses it for implementing the dynamic linking capabilities needed by its compiler. This is because gcc compiles x86_64 with option -mcmodel=small by default and therefore the program and its symbols must be linked in the lower 2 GB of the address space. To make things more interesting, gcc currently does not implement the -mcmodel=large. - L. </pre></div> Thu, 21 Aug 2008 16:25:32 +0000