This is the mail archive of the gcc@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: oopack performance



bonzini@gnu.org said:
> I am completely illiterate on how the C++ front-end synthesizes copy
> constructors, but I wonder, are they marked as inlinable?  If not,
> Dan, try -finline-functions or -O3 and you should see a good increase
> in performance. 

>From the assembly code just posted, it looks like the inlining is 
done...

--------------------------------------------------------------------
Theodore Papadopoulo
Email: Theodore.Papadopoulo@sophia.inria.fr Tel: (33) 04 92 38 76 01
 --------------------------------------------------------------------



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