This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C++] Make constructions inlined
- From: Dirk Mueller <dmueller at suse dot de>
- To: gcc-patches at gcc dot gnu dot org
- Date: Thu, 18 Jan 2007 17:16:30 +0100
- Subject: Re: [C++] Make constructions inlined
- References: <20070117165836.GB26837@kam.mff.cuni.cz>
On Wednesday, 17. January 2007 17:58, Jan Hubicka wrote:
> static_storage_duration_functions are not inlined into the constructors.
> This just makes the programs bigger and I guess it increases the startup
> times that is sometimes limiting factor.
> decl2.c prohibits inlining for reasons that should be long time
> obsolette after switching to unit-at-a-time.
perhaps add a testcase to the suite?
Dirk