Re: What's more important optimisations or debugging?



On May 30, 6:15 pm, rhapg...@xxxxxxxxx wrote:
I'm trying to get a feel for what people now consider more important,
optimisations or debugging ability. In the past with such tight memory
limits I would have said optimisations but now with expanded-memory
parts becoming cheaper I would think that debugging ability is more
important in a development tool. It's is not exactly a black and
white question, debug or smallused, but more a ratio. eg. 50% debug/
50% optimised or 70% debug/30% optimised, etc.

Any feedback would be greatly appreciated.

1. Debug
2. Debug
3. Debug

If it's slow you will have a chance to fix it.
If it's broke most customer will have moved on.

But the choice is yours.

gm

.



Relevant Pages

  • Re: Whats more important optimisations or debugging?
    ... optimisations or debugging ability. ... limits I would have said optimisations but now with expanded-memory ... most of my debug activity resembles inserting ... Code generated with all optimisations off is often hard to read (for example, local variables may end up on a stack, while register-based variables can be easier to understand). ...
    (comp.arch.embedded)
  • Re: Whats more important optimisations or debugging?
    ... optimisations or debugging ability. ... limits I would have said optimisations but now with expanded-memory ... most of my debug activity resembles inserting ...
    (comp.arch.embedded)
  • Re: Runs on Windows, fails on Linux
    ... > rather, why, if it's flawed, it works at all when the debug is engaged. ... Perhaps the compiler is optimising a part of the code that changes the ... to compile without debug and no optimisations use the ...
    (comp.os.linux.development.apps)
  • Re: Mixed debug/retail image
    ... Yes you can still debug but the code is optimised so it does not debug ... What I want is to be able to turn off optimisations etc just for the one ... driver that I am debugging. ... your driver that code will be compiled/linked as in a debug build. ...
    (microsoft.public.windowsce.platbuilder)
  • Whats more important optimisations or debugging?
    ... optimisations or debugging ability. ... In the past with such tight memory ... limits I would have said optimisations but now with expanded-memory ...
    (comp.arch.embedded)