Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ukma!tut.cis.ohio-state.edu!rutgers!paul.rutgers.edu!wacey From: wacey@paul.rutgers.edu ( ) Newsgroups: comp.sys.ibm.pc Subject: Re: Reflections on TC2.0, or ... "Impulse Buying" Keywords: turbo, tc, tc20, upgrade Message-ID: Date: 30 Jan 89 21:39:46 GMT References: <32857@tut.cis.ohio-state.edu> Reply-To: wacey@paul.rutgers.edu ( ) Distribution: usa Organization: Rutgers Univ., New Brunswick, N.J. Lines: 9 When I first used 2.0 I noticed that my programs where about 1% larger than under 1.5. This was without debugging info. I then checked the code generated and discovered that Borland has made a Standard Stack Frame the default. In 1.5 they it wasn't, which resulted in smaller EXEs. So that get back the space all you have to do is turn off the stack frame option. But then you want be able to track back through the stack in the debugger. Iain Wacey