home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.95 / text7185.txt < prev    next >
Encoding:
Internet Message Format  |  1996-03-31  |  1.6 KB

  1. Received: from sloth.swcp.com (sloth.swcp.com [198.59.115.25]) by nacm.com (8.6.10/8.6.9) with ESMTP id WAA25407 for <executor@nacm.com>; Fri, 24 Nov 1995 22:02:40 -0800
  2. Received: from iclone.UUCP (uucp@localhost) by sloth.swcp.com (8.6.9/8.6.9) with UUCP id XAA24305; Fri, 24 Nov 1995 23:02:37 -0700
  3. Received: from gwar.ardi.com by mailhost  with smtp
  4.     (nextstep Smail3.1.29.0 #11) id m0tJDbr-000YcHC; Fri, 24 Nov 95 22:57 MST
  5. Received: by gwar.ardi.com (linux Smail3.1.28.1 #5)
  6.     id m0tJDbq-000GOwC; Fri, 24 Nov 95 22:57 MST
  7. Message-Id: <m0tJDbq-000GOwC@gwar.ardi.com>
  8. Date: Fri, 24 Nov 95 22:57 MST
  9. From: mat@ardi.com (Mat Hostetter)
  10. To: Bill Miller <wjm@wwa.com>
  11. Cc: executor@nacm.com
  12. Subject: RE: Problems with Big hfvs
  13. In-Reply-To: <01BABAC2.C66C0660@vh2-015.wwa.com>
  14. References: <01BABAC2.C66C0660@vh2-015.wwa.com>
  15. Sender: owner-paper@nacm.com
  16. Precedence: bulk
  17.  
  18. >>>>> "Bill" == Bill Miller <wjm@wwa.com> writes:
  19.  
  20.     Bill> Also, running it on a Pentium Pro, should not speed it up,
  21.     Bill> becuase as far as I know, it is not a true 32 bit app, at
  22.     Bill> least not the DOS version.  If I'm wrong, feel free to let
  23.     Bill> me know.
  24.  
  25. Executor/DOS is definitely a true 32-bit app.  This is why it requires
  26. an 80386 or better.  Efficient emulation of a 68040 (a 32-bit
  27. processor) with a 16-bit emulator would be extremely difficult.
  28.  
  29. Executor should run especially well on the Pentium Pro because the
  30. Pentium Pro is less sensitive to 80x86 code optimization issues than
  31. the Pentium.  This helps Executor because:
  32.  
  33.   1) gcc doesn't do instruction scheduling.
  34.   2) syn68k doesn't do instruction scheduling either.
  35.  
  36. -Mat
  37.  
  38.