www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1999/08/09/01:15:03

Message-ID: <37ADF865.8262FEE4@unb.ca>
From: Endlisnis <s257m AT unb DOT ca>
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>
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


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019