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
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
Received: from gwar.ardi.com by mailhost with smtp
(nextstep Smail3.1.29.0 #11) id m0tJDbr-000YcHC; Fri, 24 Nov 95 22:57 MST
Received: by gwar.ardi.com (linux Smail3.1.28.1 #5)
id m0tJDbq-000GOwC; Fri, 24 Nov 95 22:57 MST
Message-Id: <m0tJDbq-000GOwC@gwar.ardi.com>
Date: Fri, 24 Nov 95 22:57 MST
From: mat@ardi.com (Mat Hostetter)
To: Bill Miller <wjm@wwa.com>
Cc: executor@nacm.com
Subject: RE: Problems with Big hfvs
In-Reply-To: <01BABAC2.C66C0660@vh2-015.wwa.com>
References: <01BABAC2.C66C0660@vh2-015.wwa.com>
Sender: owner-paper@nacm.com
Precedence: bulk
>>>>> "Bill" == Bill Miller <wjm@wwa.com> writes:
Bill> Also, running it on a Pentium Pro, should not speed it up,
Bill> becuase as far as I know, it is not a true 32 bit app, at
Bill> least not the DOS version. If I'm wrong, feel free to let
Bill> me know.
Executor/DOS is definitely a true 32-bit app. This is why it requires
an 80386 or better. Efficient emulation of a 68040 (a 32-bit
processor) with a 16-bit emulator would be extremely difficult.
Executor should run especially well on the Pentium Pro because the
Pentium Pro is less sensitive to 80x86 code optimization issues than
the Pentium. This helps Executor because:
1) gcc doesn't do instruction scheduling.
2) syn68k doesn't do instruction scheduling either.