home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / forth / compiler / fpc / doc / new35503.txt < prev    next >
Text File  |  1991-02-25  |  1KB  |  25 lines

  1. 02/25/91            FPC 3.5502 Changes and additions
  2.  
  3.      FPC 3.5502 is primarily a bugfix update. Most of the bugs listed in
  4.    the file FPC350.BUG were fixed in 3.5502. In addition to bug fixes,
  5.    the VIEWFIX by Robert Patten was incorporated to allow VIEW to
  6.    function properly when nesting FLOAD's. The "HEADER", "HEADERLESS"
  7.    words have been re-arrainged a little bit, since some words that
  8.    were marked headerless needed to be available.  A few compiler
  9.    control words have been added to make allow making program code more
  10.    compatible with the TCOM compiler.
  11.  
  12.    The way F-PC uses memory has been changed from using ALLOC many times
  13.    in the various places in the program, to using only SETBLOCK, and a
  14.    POINTER scheme to keep all of the memory F-PC uses together and under
  15.    control. See the file POINTER.SEQ for more details.
  16.  
  17.    An updated copy of Robert Smith's SFLOAT is included, as is his new
  18.    FFLOAT for the 80x87 floating point processor. SFLOAT is very fast,
  19.    but FFLOAT provides a three to seven times performance improvement
  20.    when a floating point processor is available.
  21.  
  22.    Other changes have been made, see the file FPCNOTES.TXT after installing
  23.    F-PC.
  24.  
  25.