> if you compile method1 and method2A and look at the assembler coee they are > absolutly the same - the only difference on the source level is that its easier > to read "mov" than "0x31" thats all.
".byte 0x0f 0x31" is a synonym for "rdtsc" - look at your disassembly again. It's what we used in the bad old days when GNU assembler didn't understand the rdtsc mnemonic. The "mov" is spurious and harmful. John -- [rtl] --- To unsubscribe: echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED] -- For more information on Real-Time Linux see: http://www.rtlinux.org/
