Re: improvement of index-calculation
- From: "Guenther Wimpassinger" <gw_spam@xxxxxxxxx>
- Date: Wed, 27 Jul 2005 17:18:34 +0200
"Guenther Wimpassinger" <gw_spam@xxxxxxxxx> schrieb
> bt EAX,EBX
> lahf
> xchg AL,AH
replace the above with
mov ECX,EBX
shr EAX,CL
> and EAX,$1
is easier to read and faster
.
- Follow-Ups:
- Re: improvement of index-calculation
- From: Les Pawelczyk
- Re: improvement of index-calculation
- References:
- improvement of index-calculation
- From: Guenther Wimpassinger
- Re: improvement of index-calculation
- From: Guenther Wimpassinger
- improvement of index-calculation
- Prev by Date: Re: improvement of index-calculation
- Next by Date: Fragmenting memory
- Previous by thread: Re: improvement of index-calculation
- Next by thread: Re: improvement of index-calculation
- Index(es):
Relevant Pages
|