[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4807377b0703131657o35f0a307jb069f4555db6338d@mail.gmail.com>
Date: Tue, 13 Mar 2007 16:57:26 -0700
From: "Jesse Brandeburg" <jesse.brandeburg@...il.com>
To: "Arnaldo Carvalho de Melo" <acme@...stprotocols.net>
Cc: "David Miller" <davem@...emloft.net>,
"Netdev List" <netdev@...r.kernel.org>
Subject: Re: [PATCH 09/15] [TCP]: Introduce tcp_hdrlen() and tcp_optlen()
On 3/13/07, Jesse Brandeburg <jesse.brandeburg@...il.com> wrote:
> acme, good stuff, but does the " * 4" generate equivalent assembly
> with gcc 3/4 as " << 2" ?
>
> I could assume that the compiler would be smart enough, but every time
> I assume I know what the compiler is doing I get myself in trouble.
nevermind, I wrote a program myself to test it (which I should have
done first). with x86-64 gcc 3.4.6 or 4.1.0 it always comes out to
shl 2, %eax
etc, sorry for the noise.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists