This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


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

Re: i386 fpu function rewrite


Ulrich Drepper <drepper@redhat.com> writes:

> Andreas Jaeger <aj@suse.de> writes:
> 
> > This assembles to the same file if I use  -momit-leaf-frame-pointer or
> > -fomit-frame-pointer, otherwise the frame pointer is added.
> 
> If loading the parameters is all which is done in C then fine.  But no
> step further.  Been there, done that.  I've looked into using macros
> to add only few asm instructions and do the rest in C.  gcc simply
> screws it up.  The register stack handling is not clever enough.

Ok, I'll sent some patches the next days.

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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