optimization
Optimization and Debugging
Submitted by Walter Banks on Thu, 2008-09-18 21:08. debugging | optimizationThere's an active discussion about optimization and debugging going on on comp.programming and comp.compilers.
Isn't hand-optimized code more efficient?
Submitted by Kirk Zurell on Wed, 2007-11-21 15:08. eTPU_C | optimizationThere is no technical reason why compiled code on the eTPU cannot be as tight as hand-optimized code. The ISO C standard for embedded systems overcomes previous C language limitations related to embedded.
There are three things that the eTPU_C compiler can do very well that hand optimization finds difficult.
- Computers are very good at accounting.

July 2008: