Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/29/02 11:47
Read: times


 
#28148 - RE: How to create a NOP in C
As I mentioned earlier, unless specifically guaranteed (as for _nop_), you cannot rely upon a 'C' compiler to generate any specific set of machine instructions from any given line of source text

The real problem here is (and I have seeen it) that a timed loop in "C" may change when a newer version of the compiler is used. Any compiler manufacturer wort his salt will try to make the compiler more efficient.

Timed loops in C = lost maintainability

Erik

List of 10 messages in thread
TopicAuthorDate
How to create a NOP in C            01/01/70 00:00      
RE: How to create a NOP in C            01/01/70 00:00      
RE: How to create a NOP in C            01/01/70 00:00      
RE: How to create a NOP in C            01/01/70 00:00      
RE: How to create a NOP in C            01/01/70 00:00      
RE: How to create a NOP in C            01/01/70 00:00      
RE: How to create a NOP in C            01/01/70 00:00      
RE: How to create a NOP in C            01/01/70 00:00      
RE: How to create a NOP in C            01/01/70 00:00      
RE: How to create a NOP in C            01/01/70 00:00      

Back to Subject List