home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.95 / text1367.txt < prev    next >
Encoding:
Text File  |  1996-04-02  |  1.9 KB  |  44 lines

  1. >>>>> "Dan" == Dan Guisinger <dan_g@ix.netcom.com> writes:
  2.  
  3.     Dan> How about add a folder called Start Up on the same drive as
  4.     Dan> the System?  Then we can have it start are most commonly used
  5.     Dan> program right away.
  6.  
  7. Just make a batch script and you can have that script start up
  8. anything you want.  You can specify a program to run on the command
  9. line, and you can specify documents that such a program should open on
  10. the command line, too.
  11.  
  12. C:\> executor System:Utilities:Tex-Edit:Tex-Edit "System:Utilities:Tex-Edit:Revision History"
  13.  
  14. Will fire up Executor and tell it to run Tex-Edit and tell Tex-Edit to
  15. open up the "Revision History" file.
  16.  
  17.     Dan> And if you don't want it to do that,
  18.     Dan> just hold down Escape.  Also, when is a beta version of the
  19.     Dan> apple editor going to be out.  I know you said at some point
  20.     Dan> that we would be able to edit the apple menu in the future to
  21.     Dan> make it look like what ever we want.
  22.  
  23. It won't happen until after Hackathon I.  We may not even include that
  24. feature for 2.0 -- it's just a much lower priority task than almost
  25. all the other things we're working on.
  26.  
  27.     Dan>     Also, are you using a compiler optimized for a pentium?
  28.     Dan> I know it has a vast speed improvement for Pentium based
  29.     Dan> machines, and since the 486 has the same type of pipeline (5
  30.     Dan> stages) it also greatly improves the speed.  I was just
  31.     Dan> thinking that you could really improve the speed of Executor
  32.     Dan> (Hard to beleive to could get any faster than it is :) ).
  33.  
  34. It wouldn't help us much.  Almost all of Executor's time is spent in
  35. code that Executor itself has created, rather than code created by the
  36. compiler.  Executor dynamically translates 68k to x86 code and also
  37. dynamically builds x86 code to do the blitting to the screen.  The
  38. code that does the translation is already Pentium aware, so there
  39. isn't much to be gained there -- sorry.
  40.  
  41.     --Cliff
  42.     ctm@ardi.com
  43.  
  44.