cancel
Showing results for 
Search instead for 
Did you mean: 

OPTIMIZATION

aymen
Associate II
Posted on March 18, 2013 at 11:51

hi

in my project with RIDE7, when i use ''No optimization'' I can't use debugger but when i use size optimization I have a problem in some functions . can I use No optimization juste when I call this functions?

#flawed-code #insufficient-information #optimization
13 REPLIES 13
frankmeyer9
Associate II
Posted on March 19, 2013 at 16:30

because code size limit exceeded.

Well, fine to tell us finally ...

Might be a good time to think seriously about your toolchain.

emalund
Associate III
Posted on March 19, 2013 at 16:47

because code size limit exceeded.

then it is time to buy the full version

debugging optimized code is (virtually) impossible
Posted on March 19, 2013 at 17:26

debugging optimized code is (virtually) impossible

Only if you're beholden to single stepping it to understand flow characteristics of the underlying code.

Optimization is more intolerant of flawed code.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Andrew Neil
Evangelist III
Posted on March 19, 2013 at 20:03

Optimization is

(more)

intolerant of flawed code.

 

 

That's something which should be pinned in front of every developers face!