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: Fix testsuite for inlining


On Tue, Jan 21, 2003 at 10:59:52PM +0100, Jan Hubicka wrote:
> At the moment decision whether builtin will be fully applied is decided
> on expansion time while inlining is done earlier.  Even with AST this
> can be relatively dificult as the fact on whether memcpy will be inlined
> depends on machine description decision...  Any ideas how to get this
> easilly?

Not off the top of my head.  We can make good guesses based on 
sizes and the relevant macros.  If we guess wrong, we just do
the out of line call.  The result is still correct.


r~


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