Simon Strandgaard
-
2003-01-02
- priority: 5 --> 4
During assember coding, hiliting of HOW efficient (well-
paired) your code is, and which instructions/registers
that causes the inefficency. [assember-insight]
On X86 you have to think alot about timing. Each CPU
has its own timing scheme. AMD is different from Intel.
The code needs to be interpreted in order to identify
stalls and bad-pairing.
Log in to post a comment.