This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: c_std/ and throw()
- To: Jakub Jelinek <jakub at redhat dot com>
- Subject: Re: c_std/ and throw()
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Wed, 11 Apr 2001 10:13:18 -0700 (PDT)
- cc: Artem Khodush <artem at duma dot gov dot ru>, libstdc++ at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
Your approach seems valid. It would be nice to see real evidence of
savings before the code gets all freaked out with macros though.
> ??
[snip]
> Try compiling
[snip]
I don't suppose you can post an example of codegen for calling
std::strcpy, or whatever, with and without your patch? That might be
easier to see.
thanks,
benjamin