Mailing-List: contact cygwin-apps-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-apps-owner AT sourceware DOT cygnus DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT sources DOT redhat DOT com Message-ID: From: Heribert Dahms To: "'Mumit Khan'" Cc: cygwin-apps AT cygwin DOT com, cygwin AT cygwin DOT com Subject: RE: pthreads support Date: Tue, 27 Mar 2001 22:50:56 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Hi Mumit, thanks for clarification! I've misinterpreted: > Robert, The first "simple" testcase is gcc itself (configured with > --enable-threads=posix), since gcc uses a very small subset of pthreads > functionality, and that's what I'm going to try as soon as I get a > chance to update my local tree. and implied "gcc uses" as "gcc uses ... during compilation" instead of "gcc supports"! Bye, Heribert (heribert_dahms AT icon-gmbh DOT de) > -----Original Message----- > From: Mumit Khan [SMTP:khan AT NanoTech DOT Wisc DOT EDU] > Sent: Tuesday, March 27, 2001 01:11 > To: Heribert Dahms > Cc: cygwin-apps AT cygwin DOT com; cygwin AT cygwin DOT com > Subject: RE: pthreads support > [Heribert] [snip] > The GCC compilers and drivers are not multi-threaded, so you get no > benefit from that. The multi-threading interface in gcc is needed to > support thread-safe C++ exceptions (Java may need it too, but I know > next to nothing about the GCC Java front-end).