From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Mouw To: "H. Rane" Cc: gcc@gcc.gnu.org Subject: Re: GCC Date: Fri, 18 May 2001 11:06:00 -0000 Message-id: <20010518200511.B18853@arthur.ubicom.tudelft.nl> References: <20010518155505.27074.qmail@web10405.mail.yahoo.com> X-SW-Source: 2001-05/msg00836.html On Fri, May 18, 2001 at 08:55:05AM -0700, H. Rane wrote: > is the gcc capable of generating code for > multiprocessor computers, f.e. smp code ? > > If not, is there any commercial linux c++ compiler > capable to do so ? There is no such thing as a C or C++ compiler for generating multiprocessor code. You have to do the multiprocessing yourself, C or C++ compilers won't do that for you. Things like POSIX threads will help, but *you* still have to separate the program into threads. Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 5031, 2600 GA Delft, The Netherlands Phone: +31-15-2783635 Fax: +31-15-2781843 Email: J.A.K.Mouw@its.tudelft.nl WWW: http://www-ict.its.tudelft.nl/~erik/