This is the mail archive of the libc-hacker@sourceware.cygnus.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: more changes


Geoff Keating <geoffk@ozemail.com.au> writes:

|> I sent a message explaining this more fully to Ulrich, but in short:
|> 
|> - Fortunately, there is little benefit to inlining syscalls on ppc, but:
|> - if you did want to do it on ppc, you would need to know the types of
|>   parameters to each function, in particular pread and pwrite :-(

You can use __builtin_classify_type to get type information from the
compiler.

Andreas.

-- 
Andreas Schwab                                      "And now for something
schwab@issan.cs.uni-dortmund.de                      completely different"
schwab@gnu.org


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