Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!border1.nntp.ams2.giganews.com!border3.nntp.ams.giganews.com!Xl.tags.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!local2.nntp.ams.giganews.com!news.giganews.com.POSTED!not-for-mail NNTP-Posting-Date: Wed, 07 Nov 2012 09:41:37 -0600 From: Chris Hinsley Newsgroups: comp.lang.forth Date: Wed, 7 Nov 2012 15:41:37 +0000 Message-ID: <2012110715413721470-chrishinsley@gmailcom> References: <2012110713421835115-chrishinsley@gmailcom> <2012Nov7.145519@mips.complang.tuwien.ac.at> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: Genral advise and comments on callback style words User-Agent: Unison/2.1.9 Lines: 12 X-Usenet-Provider: http://www.giganews.com X-Trace: sv3-MCLgKcZC5JFyBPOO1k3tN6syE+KN1lVkSWvnIgZfq52sQhhfKF/bH9nnO8cN2z0W8ETGZPAAPQ40Tor!gZqKpCz8Ji1GqbinY4bM1xnBhvIolX28AIYH0/erKms7AjT3THSZCQoFuJ4CDx6ubQIH5Qc= X-Complaints-To: abuse@giganews.com X-DMCA-Notifications: http://www.giganews.com/info/dmca.html X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 1510 Xref: csiph.com comp.lang.forth:17125 > The advantages are that the called-back code can consist of several > words and you avoid the overhead of EXECUTUE. The disadvantage is > that you can only use this inside colon definitions. > > - anton Well execute is INLINE, on my setup, so the overhead is pretty minimal. It just end's up being a 'call addr', or a 'call [ebx]', or switched to a jmp if followed by exit etc. Chris