Message-ID: <37ADF865.8262FEE4@unb.ca> From: Endlisnis X-Mailer: Mozilla 4.61 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: Inline? References: <7okqg2$7lc$2 AT ctb-nnrp1 DOT saix DOT net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 19 Date: Sun, 08 Aug 1999 21:38:00 GMT NNTP-Posting-Host: 209.226.124.244 X-Trace: news21.bellglobal.com 934148280 209.226.124.244 (Sun, 08 Aug 1999 17:38:00 EDT) NNTP-Posting-Date: Sun, 08 Aug 1999 17:38:00 EDT Organization: Sympatico To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Stefan Viljoen wrote: > Is this in the FAQ? > What is "inline" exactly? It means that the function is compiled in the place where it is called instead of doing a 'call'. The code for the function is inserted whenever you use it (verses it existing in one spot in memory and being reference many times). This offers better optimizations and speed, but usually causes larger code. -- (\/) Endlisnis (\/) s257m AT unb DOT ca Endlisnis AT HotMail DOT com ICQ: 32959047