Re: Will C++ compilers ever be better than C compilers?

Michael Ball <michael.ball@Eng.Sun.COM>
3 Aug 1998 17:56:28 -0400

          From comp.compilers

Related articles
Will C++ compilers ever be better than C compilers? mayan@watson.ibm.com (1998-08-02)
Re: Will C++ compilers ever be better than C compilers? qjackson@wave.home.com (Quinn Tyler Jackson) (1998-08-03)
Re: Will C++ compilers ever be better than C compilers? bill@amber.ssd.csd.harris.com (1998-08-03)
Re: Will C++ compilers ever be better than C compilers? michael.ball@Eng.Sun.COM (Michael Ball) (1998-08-03)
Re: Will C++ compilers ever be better than C compilers? danielv@crt.umontreal.ca (Daniel Villeneuve) (1998-08-03)
Re: Will C++ compilers ever be better than C compilers? jeff@jeff-jackson.com (Jeff Jackson) (1998-08-03)
Re: Will C++ compilers ever be better than C compilers? bob.morgan@digital.com (1998-08-03)
Re: Will C++ compilers ever be better than C compilers? chase@naturalbridge.com (David Chase) (1998-08-03)
Re: Will C++ compilers ever be better than C compilers? terryg@uswest.net (1998-08-04)
Re: Will C++ compilers ever be better than C compilers? mayan@watson.ibm.com (1998-08-04)
[5 later articles]
| List of all articles for this month |

From: Michael Ball <michael.ball@Eng.Sun.COM>
Newsgroups: comp.compilers
Date: 3 Aug 1998 17:56:28 -0400
Organization: Sun Microsystems Inc.
References: 98-08-011
Keywords: C, C++, performance

Mayan Moudgill wrote:
> C++ compilers will produce code with lower performance than
> C compilers on equivalent code, ...


No, I don't. I can speak only for Sun, but here the backend and the
frontend are completely independent. The backend is used for all
compilers. the frontend is used only for C++.


By actual measurements there are no significant differences in
performance when compiling C code.


I believe this is typical for professional compilers


-Mike Ball-
Sun MicroSystems
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.