On Tue, Sep 19, 2000 at 04:01:26PM +0100, David Howells wrote: > I can't remember exactly what it was now, but I think it was either something > to do with spinlocks or bitops. I'll re-investigate tonight and see if I can > come back with some benchmarks/code-snippets tomorrow. Yes you should tell us which is the inlined function that generated different asm (if you post the two differnt asm or the two different .o we can probably find it ourself). I seen the rw_spin_locks are silly requesting the address of the spinlock to be in the register eax when the address of the spinlock isn't a constant (while it should instead at least use "r" and not "a") and I was going to fix it, however that's not changed between test7 and test8... Andrea - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- Re: GCC proposal for "@" asm constraint John Wehle
- Re: GCC proposal for "@" asm constraint Andrea Arcangeli
- Re: GCC proposal for "@" asm constrai... Jamie Lokier
- Re: GCC proposal for "@" asm cons... Richard Henderson
- Re: GCC proposal for "@" asm ... Andrea Arcangeli
- Re: GCC proposal for "@" asm cons... Andrea Arcangeli
- Re: GCC proposal for "@" asm constraint John Wehle
- Re: GCC proposal for "@" asm constrai... Andrea Arcangeli
- Re: GCC proposal for "@" asm cons... David Howells
- Re: GCC proposal for "@" asm ... Andrea Arcangeli
- Re: GCC proposal for "@" asm constraint John Wehle
- Re: GCC proposal for "@" asm constrai... Andrea Arcangeli
- Re: GCC proposal for "@" asm cons... Andrea Arcangeli
- Re: GCC proposal for "@" asm ... Linus Torvalds
- Re: GCC proposal for "@"... Andrea Arcangeli
- Re: GCC proposal for "@&q... Linus Torvalds
- Re: GCC proposal for "... Andrea Arcangeli
- Re: GCC proposal for "@"... Alan Cox
- 2.2.17 Stuck TCP ESTABLISHED s... Philippe Troin