Memory usage under -O2

Ken T Takusagawa kenta@MIT.EDU
Fri, 10 Aug 2001 17:03:01 -0400 (EDT)


Heap usage after compiling my program with -O is vastly
different (at least 10x more) than without -O.  Why?  How
can I prevent this?  (other than, of course, not using -O)

--ken