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: vararg calls with libffi on x86_64


> Richard Henderson writes:
>  > On Fri, Apr 29, 2005 at 07:13:16PM +0100, Andrew Haley wrote:
>  > > I agree.  It's very little extra overhead for the non-varargs case,
>  > > and it'll make varargs functions work.
>  > 
>  > Surely we can compute the correct value...
> 
> Sure, but is that reason to rejct the patch?  The value in %ax at the
> present time is garbage.

It will cause program that never initialize FPU unit since it never uses
FP to initialize it.  Not sure if this is actual problem with all the
lazy FPU initialization stuff in nowdays.

Honza
> 
> Andrew.


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