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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/25/02 16:59
Read: times


 
#31418 - RE: Difference?
Kunal,

I don't think that an "optimize" function is so desirable when you are working with assembler... The programmer may be reling in the timing generated by a given instruction, so if the assembler "optimizes" that code your timing is broken...

If you need such a tight code that needs looking for smaller instructions I think that the manual and experience are far more helpfull than an automated process in the assembler...

On other hand, I think that the optimize feature is good for code written in C (or some other high level language), since this code could be more "bloated" due to compiler characteristcs, etc...

orlando

List of 11 messages in thread
TopicAuthorDate
Difference?            01/01/70 00:00      
RE: Difference?            01/01/70 00:00      
RE: Difference?            01/01/70 00:00      
RE: Difference?            01/01/70 00:00      
RE: Difference?            01/01/70 00:00      
RE: Difference?            01/01/70 00:00      
RE: Difference?            01/01/70 00:00      
RE: Difference?            01/01/70 00:00      
RE: Difference?            01/01/70 00:00      
RE: Difference?            01/01/70 00:00      
RE: Difference?            01/01/70 00:00      

Back to Subject List