home *** CD-ROM | disk | FTP | other *** search
/ Power Programming / powerprogramming1994.iso / progtool / borland / jnfb88.arc / TAIL.ARC / DESCRIPT.CIS < prev    next >
Text File  |  1987-10-29  |  432b  |  9 lines

  1. The Tail Recursion Tiger - Covington
  2. This square one article details how one can effect the speed and
  3. efficiency of a Turbo Prolog program by making recursive clauses
  4. tail recursive. This technique is based on the Warren model for
  5. tail recursion optimization which replaces resursion with
  6. iteration where possible.
  7.  
  8. tail recursion elimination tail recursion optimization turbo
  9. prolog backtracking repeat fail loop structures