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

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