Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!sdd.hp.com!hplabs!hpda!hpwala!hpwarau!boba From: boba@hpwarau.hp.com (Bob Alexander) Newsgroups: comp.lang.c++ Subject: Re: Optimization of inline functions Message-ID: <1898@hpwala.wal.hp.com> Date: 1 Apr 91 18:17:20 GMT References: <1894@hpwala.wal.hp.com> <646@taumet.com> Sender: netnews@hpwala.wal.hp.com Reply-To: boba@hpwarau.UUCP (Bob Alexander) Distribution: usa Organization: Hewlett Packard, Waltham, Mass Lines: 14 Michael S. Ball writes: >> But Turbo C++ 1.0 seems to always compile it >>as a CALL-ed function. This makes me feel guilty each time I want > >Perhaps you are compiling with debug. Aha! That must be it. I always have my debugging options turned on. (Of course, if the debugging options are turned off, it's a lot harder to disassemble the code via TD, so I'll just have to take it on faith that the code was inlined. ;-) Thank you. - Bob Alexander