This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cgraph based inlining heuristics


On Wed, Jul 09, 2003 at 12:02:38AM +0200, Jan Hubicka wrote:
> Thats why I want to mangle the names.  If I change the names and
> linkonce sections I get basically clone of the function and I can hope
> that all the units will consistently clone the function same way. 
> I would like to see the name mention what transformations has been done.
> So if I make local function regparm(3) as I do now I can add something like
> .regparm_3 to the function name.
> 
> Does this sounds sane?

Oh, I see.  

Well, problem is that you need to continue providing the old
name as well, otherwise you'll break the abi of libstdc++, 
and other c++ libraries.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]