home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.96 / text2530.txt < prev    next >
Encoding:
Text File  |  1996-07-25  |  2.8 KB  |  65 lines

  1.     id m0twsyZ-0007qBa; Wed, 13 Mar 96 09:00 MST
  2. Sender: owner-executor
  3. Received: by ftp.ardi.com (Smail3.1.29.1 #3)
  4.     id m0twslm-0007qCC; Wed, 13 Mar 96 08:47 MST
  5. Received: by gwar.ardi.com (Smail3.1.29.1 #3)
  6. References: <4i2urq$1gk_001@edu.nyu.edu>
  7. Message-id: <m0twskb-000GOKC@gwar.ardi.com>
  8. Subject: Re: Proper memory switches for E/D 199q8 w/ 8M of physical RAM?
  9. Cc: executor@ardi.com
  10. In-reply-to: <4i2urq$1gk_001@edu.nyu.edu>
  11. To: lev1673@is2.nyu.edu (Larry Velez)
  12. Date: Wed, 13 Mar 96 08:46 MST
  13. From: mat@ardi.com (Mat Hostetter)
  14. Sender: owner-executor@ardi.com
  15. Precedence: bulk
  16.  
  17. >>>>> "Larry" == Larry Velez <lev1673@is2.nyu.edu> writes:
  18.  
  19.     Larry> I have tried: -memory 8M -applzone -6M -syszone 2M
  20.     Larry> -applzone 4.5 -syszone 2M -applzone 4M -applzone 4.5M
  21.     Larry> -applzone 8M -applzone 5M
  22.  
  23.     Larry> These were all used with and with out -oldtimer and
  24.     Larry> -nosound.  They all seemed to slow Executor down.  I know
  25.     Larry> some of these don't make sense, I was just trying to narrow
  26.     Larry> it down to the best setting with no luck.
  27.  
  28. If you're running under Win95, keep in mind that Win95 is going to
  29. need a lot of memory for itself.  When you tell Executor to use more
  30. memory than is physically available, it needs to use virtual memory
  31. and that slows it down.
  32.  
  33. "executor -info" will tell you how much free memory Executor detects
  34. and how much it decides to use.  In general, Executor tries to choose
  35. a sensible default memory setting.  However, tweaking the defaults can
  36. certainly help (especially if you have a lot of memory).
  37.  
  38.     Larry> Also I am thinking of upgrading my 486/50/8M soon and am
  39.     Larry> trying to decide between a fast (100,120,133)Mhz Pentium
  40.     Larry> motherboard with my current 8 Megs of Ram or a not so fast
  41.     Larry> (75,90)Mhz Pentium mb and uping the Ram to maybe 12 or 16
  42.     Larry> Megs. Does Executor benefit more from increased Ram or
  43.     Larry> processor speed?
  44.  
  45. It depends on what you are doing.  Even a blazing processor will be
  46. brought to its knees if it's paging to disk all the time.  OTOH, if
  47. Executor can fit in RAM then you want as fast a processor as possible.
  48.  
  49.     Larry> Is E/D's code optimized for the pentium chip?
  50.  
  51. There are a few pieces of Executor here and there (mostly in the
  52. graphics code) that are optimized for the Pentium.  Overall, though,
  53. it's not, because gcc (the C compiler we're using) doesn't know how to
  54. optimize for the Pentium.  [Intel's version of gcc that can optimize
  55. for the Pentium has some nasty bugs].
  56.  
  57. The key CPU feature that Executor takes advantage of is the "bswap"
  58. instruction which was introduced in the 80486 (and of course exists in
  59. the later processors).  Executor doesn't use any Pentium-specific
  60. features (although we may use Intel's MMX multimedia extensions in the
  61. Q4 '96 Pentiums eventually).
  62.  
  63. -Mat
  64.  
  65.