This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: -fobey-inline (was Re: gcc and inlining)
- From: dewar at gnat dot com (Robert Dewar)
- To: dewar at gnat dot com, drow at mvista dot com
- Cc: Richard dot Earnshaw at arm dot com, aph at redhat dot com, bernds at redhat dot com,gcc at gcc dot gnu dot org
- Date: Sat, 15 Mar 2003 14:32:12 -0500 (EST)
- Subject: Re: -fobey-inline (was Re: gcc and inlining)
> Sure. The programmer had better know that if he's marking things
> inline.
Think what you are saying. You are saying that the programmer must
carefully study the cache architecture, and adapt the source program
accordingly. This means different decisions for different models of
the same architecture, this is really not practical. If you want to
operate that this level, you may as well write in assembler :-)