This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: std::pow implementation
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: dewar at gnat dot com (Robert Dewar)
- Cc: martin at MPA-Garching dot MPG dot DE, gcc at gcc dot gnu dot org
- Date: 30 Jul 2003 16:29:09 +0200
- Subject: Re: std::pow implementation
- Organization: Integrable Solutions
- References: <20030730141147.1EA45F2DED@nile.gnat.com>
dewar@gnat.com (Robert Dewar) writes:
| > If we assume for now that intermodule optimization is not done (and that's
| > the current situation),
|
| For the record, intermodule inlining is considered a critically important
| optimziation in the Ada world.
Certainly. I don't what the Ada compilation is, but C++ (and C) tend
to have a very rude compilation model.
Before we go that level of machinery, let's get it right for
translation units.
-- Gaby