home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.95 / text3170.txt < prev    next >
Encoding:
Internet Message Format  |  1996-03-31  |  2.8 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 MAA08452 for <executor@nacm.com>; Sun, 16 Jul 1995 12:25:13 -0700
  2. Received: from iclone.UUCP (uucp@localhost) by sloth.swcp.com (8.6.9/8.6.9) with UUCP id NAA14148; Sun, 16 Jul 1995 13:25:11 -0600
  3. Received: from beaut.ardi.com by mailhost  with smtp
  4.     (nextstep Smail3.1.29.0 #11) id m0sXZHJ-000YbCC; Sun, 16 Jul 95 13:23 MDT
  5. Received: by beaut.ardi.com (linux Smail3.1.28.1 #5)
  6.     id m0sXZHJ-00005mC; Sun, 16 Jul 95 13:23 MDT
  7. Message-Id: <m0sXZHJ-00005mC@beaut.ardi.com>
  8. Date: Sun, 16 Jul 95 13:23 MDT
  9. From: ctm@ardi.com (Clifford Thomas Matthews)
  10. To: dan_g@ix.netcom.com (Dan Guisinger)
  11. Cc: executor@nacm.com
  12. Subject: Re: How about this...
  13. In-Reply-To: <199507152242.PAA06822@ix7.ix.netcom.com>
  14. References: <199507152242.PAA06822@ix7.ix.netcom.com>
  15. Sender: owner-paper@nacm.com
  16. Precedence: bulk
  17.  
  18. >>>>> "Dan" == Dan Guisinger <dan_g@ix.netcom.com> writes:
  19.  
  20.     Dan> How about add a folder called Start Up on the same drive as
  21.     Dan> the System?  Then we can have it start are most commonly used
  22.     Dan> program right away.
  23.  
  24. Just make a batch script and you can have that script start up
  25. anything you want.  You can specify a program to run on the command
  26. line, and you can specify documents that such a program should open on
  27. the command line, too.
  28.  
  29. C:\> executor System:Utilities:Tex-Edit:Tex-Edit "System:Utilities:Tex-Edit:Revision History"
  30.  
  31. Will fire up Executor and tell it to run Tex-Edit and tell Tex-Edit to
  32. open up the "Revision History" file.
  33.  
  34.     Dan> And if you don't want it to do that,
  35.     Dan> just hold down Escape.  Also, when is a beta version of the
  36.     Dan> apple editor going to be out.  I know you said at some point
  37.     Dan> that we would be able to edit the apple menu in the future to
  38.     Dan> make it look like what ever we want.
  39.  
  40. It won't happen until after Hackathon I.  We may not even include that
  41. feature for 2.0 -- it's just a much lower priority task than almost
  42. all the other things we're working on.
  43.  
  44.     Dan>     Also, are you using a compiler optimized for a pentium?
  45.     Dan> I know it has a vast speed improvement for Pentium based
  46.     Dan> machines, and since the 486 has the same type of pipeline (5
  47.     Dan> stages) it also greatly improves the speed.  I was just
  48.     Dan> thinking that you could really improve the speed of Executor
  49.     Dan> (Hard to beleive to could get any faster than it is :) ).
  50.  
  51. It wouldn't help us much.  Almost all of Executor's time is spent in
  52. code that Executor itself has created, rather than code created by the
  53. compiler.  Executor dynamically translates 68k to x86 code and also
  54. dynamically builds x86 code to do the blitting to the screen.  The
  55. code that does the translation is already Pentium aware, so there
  56. isn't much to be gained there -- sorry.
  57.  
  58.     --Cliff
  59.     ctm@ardi.com
  60.  
  61.