in reply to Re^4: Change in memory consumption when using debugger
in thread Change in memory consumption when using debugger

When you say (in the comments) "comment out ... and the effect goes away", do you mean:

What happens if you move the whole of Problem_Routine() and the associated statements to the end of the program?


Examine what is said, not who speaks.
"Efficiency is intelligent laziness." -David Dunham
"Think for yourself!" - Abigail
"Memory, processor, disk in that order on the hardware side. Algorithm, algoritm, algorithm on the code side." - tachyon
  • Comment on Re^5: Change in memory consumption when using debugger

Replies are listed 'Best First'.
Re^6: Change in memory consumption when using debugger
by Sandy (Curate) on Jul 05, 2004 at 13:32 UTC
    When you say (in the comments) "comment out ... and the effect goes away", do you mean:
    • It no longer consumes the 125 MB without the debugger?
    • Using the debugger no longer prevents it from consuming memory?
    What happens if you move the whole of Problem_Routine() and the associated statements to the end of the program?
    Yes, yes, and no change