OPTIMIZATION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-03-18 3:51 AM
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
This discussion is locked. Please start a new topic to ask your question.
13 REPLIES 13
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-03-19 8:30 AM
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.Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-03-19 8:47 AM
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) impossibleOptions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-03-19 9:26 AM
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..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-03-19 12:03 PM
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!
A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.
A complex system designed from scratch never works and cannot be patched up to make it work.

- « Previous
-
- 1
- 2
- Next »