optimization

Optimization and Debugging

|

There's an active discussion about optimization and debugging going on on comp.programming and comp.compilers.

eTPU_C

Isn't hand-optimized code more efficient?

|

There 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.

  1. Computers are very good at accounting.
Syndicate content