public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Fwd: Question on parallel execution inside the processor
@ 1998-06-23 22:55 N8TM
  0 siblings, 0 replies; 2+ messages in thread
From: N8TM @ 1998-06-23 22:55 UTC (permalink / raw)
  To: egcs; +Cc: martin.kahlert

In a message dated 6/23/98 1:47:36 PM Pacific Daylight Time,
martin.kahlert@mchp.siemens.de writes:

> Is there any part of gcc, which tries to take advantage
>  of parallel execution inside the processor

I believe that's one reason the MIPS port doesn't support gas.  The MIPS
assembler generally achieves 70% of the performance of a native compiler when
used with egcs on R10K, which is getting a boost both from the assembler and
from the hardware out-of-order execution.  There's a cost, of course-- no gdb,
considerable loss of profiling information.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Fwd: Question on parallel execution inside the processor
@ 1998-06-25 12:33 Michael Meissner
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Meissner @ 1998-06-25 12:33 UTC (permalink / raw)
  To: egcs, N8TM; +Cc: martin.kahlert

| I believe that's one reason the MIPS port doesn't support gas.  The MIPS
| assembler generally achieves 70% of the performance of a native compiler when
| used with egcs on R10K, which is getting a boost both from the assembler and
| from the hardware out-of-order execution.  There's a cost, of course-- no gdb,
| considerable loss of profiling information.

GCC has supported GAS on the MIPS for about 7 years now.  Granted GAS doesn't
optimize like the MIPS assembler does, but GCC does indeed support it.  You do
have to specify the appropriate --with-gnu-as and --with-gnu-ld when
configuring GCC to clue it in that you are using GAS and the GNU linker.

--
Michael Meissner, Cygnus Solutions (Massachusetts office)
4th floor, 955 Massachusetts Avenue, Cambridge, MA 02139, USA
meissner@cygnus.com,	617-354-5416 (office),	617-354-7161 (fax)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1998-06-25 12:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-06-23 22:55 Fwd: Question on parallel execution inside the processor N8TM
1998-06-25 12:33 Michael Meissner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).