This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports 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: [I686] sysenter scheme in static programs ?


On Sun, Jan 08, 2006 at 07:29:58PM +0100, Mathieu Geli wrote:
> Hi,
> 
> I wonder why when static compiling a program with glibc calls, the old
> int $0x80 is still used. I've read that Intel has introduced a faster
> call interface to x86 using sysenter mnemonic. Why ignoring it ?

Many optimizations are only implemented for the recommended dynamic
linking model.  I believe this is one of them.

-- 
Daniel Jacobowitz
CodeSourcery


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