??? 08/03/06 16:31 Read: times |
#121628 - a required capability for optimum code Responding to: ???'s previous message |
I use Keil and do most of my code in C. However, I regularly inspect the generated assembly to make sure it's as efficient as it needs to be.
a required capability for optimum code If you cn not do this, you will never know which solution is the best. Erik PS No, I do not check all code against the assembly, but when I wonder what is the best, I do. Over the years that will accumulate the knowledge to write efficient C. |