home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / forth / 4001 < prev    next >
Encoding:
Text File  |  1993-01-26  |  964 b   |  28 lines

  1. Newsgroups: comp.lang.forth
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!venezia!penev
  3. From: penev@venezia (Penio Penev)
  4. Subject: Re: Recent FORTHs' guts  (was: Documenting)
  5. References: <1993Jan25.145539.13494@email.tuwien.ac.at>
  6. Sender: nobody@ctr.columbia.edu
  7. Organization: Rockefeller University
  8. Date: Tue, 26 Jan 1993 06:22:16 GMT
  9. X-Newsreader: TIN [version 1.1 PL6]
  10. Message-ID: <1993Jan26.062216.13356@sol.ctr.columbia.edu>
  11. Reply-To: penev@venezia.rockefeller.edu
  12. X-Posted-From: venezia.rockefeller.edu
  13. NNTP-Posting-Host: sol.ctr.columbia.edu
  14. Lines: 12
  15.  
  16. Anton Ertl (anton@mips.complang.tuwien.ac.at) wrote:
  17. : Note that just doing subroutine threading usually makes your system
  18. : slower (than direct threading). You have to go native code, i.e., add
  19. : inlining and optimization, to reap the benefits.
  20.  
  21. Sure. And this allows You to inline a few instructions in a
  22. time-critical portion by hand. (Yes, this is non-portable.)
  23.  
  24. --Penio.
  25.  
  26.