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

  1. Received: from Norway.EU.net (nic.eunet.no [193.71.1.2]) by nacm.com (8.6.10/8.6.9) with SMTP id NAA20341 for <executor@nacm.com>; Thu, 27 Apr 1995 13:49:42 -0700
  2. Received: from troll.no by Norway.EU.net with UUCP id AA19759
  3.   (5.65c/IDA-1.4.4/EUnet/NO for nacm.com!executor); Thu, 27 Apr 1995 22:49:36 +0200
  4. Date: Thu, 27 Apr 1995 20:16:09 +0200 (MET DST)
  5. From: Arnt Gulbrandsen <agulbra@troll.no>
  6. To: executor@nacm.com
  7. Subject: Re: 486 optmization
  8. In-Reply-To: <Pine.LNX.3.91.950427073305.2351A-100000@zeus.achilles.net>
  9. Message-Id: <Pine.LNX.3.91.950427200945.14728B-100000@popcorn.troll.no>
  10. Mime-Version: 1.0
  11. Content-Type: TEXT/PLAIN; charset=US-ASCII
  12. Sender: owner-executor@nacm.com
  13. Precedence: bulk
  14.  
  15. >     How about a Pentium-specific Executor?  Any idea on how much 
  16. > speed-up?  With the 'Pentium' GCC, you get about 25% speed increase.  
  17.  
  18. I immediately thought, shouldn't matter since executor compiles the Mac
  19. code itself, and that's the code that takes most of the time.  But is that
  20. true?  How much time does executor spend in its various modules (screen
  21. update, instruction emulation, routine compilation, routine execution)?
  22.  
  23. Btw, the assembler output from gcc (and presumably djgcc) looks quite a
  24. bit more pentium-friendly if -fforce-mem is specified.  OTOH there seems
  25. to be a bug in -fforce-mem in the latest gcc snapshot, so it might not
  26. work.
  27.  
  28. --Arnt
  29.  
  30.