This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Comparative performance of C(gcc) and C++(g++)
- From: John Love-Jensen <eljay at adobe dot com>
- To: Momchil Velikov <velco at fadata dot bg>
- Cc: Ivan Vieira Velho <velhaco2000 at yahoo dot com dot br>, <gcc-help at gcc dot gnu dot org>
- Date: Thu, 30 Jan 2003 08:57:39 -0600
- Subject: Re: Comparative performance of C(gcc) and C++(g++)
Hi Velco,
>I'd strongly suspect that C ``restrict'' keyword provides distinct advantage
over C++ for certain (numerical) problems.
Good point! I stand corrected.
(Does GCC 3.2 have an extension to C++ that provides similar capability? I
wouldn't be surprised if it does; and I'd be surprised if it doesn't.)
Sincerely,
--Eljay