scsh-users
[Top] [All Lists]

Re: Why is (open scsh scheme) so much faster than (open

To: Andreas Voegele <voegelas@gmx.net>
Subject: Re: Why is (open scsh scheme) so much faster than (open
From: Martin Gasbichler <gasbichl@informatik.uni-tuebingen.de>
Date: Thu, 01 May 2003 16:14:10 +0200
Cc: scsh-news@zurich.ai.mit.edu
Andreas Voegele <voegelas@gmx.net> writes:

> I've got a rather slow computer running GNU/Linux and scsh 0.6.4.
> Scsh programs take much more time to startup when I use (open
> scheme-with-scsh) instead of (open scsh scheme). 

This will be fixed in the next release. For the time being, I
recommend the appended patch. Note that the delay occurs only once
per session, you don't pay anything for a subsequent 
(open scheme-with-scsh).

Index: Makefile.in
===================================================================
RCS file: /cvsroot/scsh/scsh-0.6/Makefile.in,v
retrieving revision 1.61
diff -u -c -r1.61 Makefile.in
*** Makefile.in 10 Mar 2003 12:13:02 -0000      1.61
--- Makefile.in 1 May 2003 14:07:17 -0000
***************
*** 871,876 ****
--- 871,877 ----
         echo ",batch on"; \
         echo ",config ,load $(loads)"; \
         echo ",open $(opens)"; \
+        echo ",load-package scheme-with-scsh"; \
         echo "(dump-scsh \"$@\")"; \
         ) \
        | ./$(VM) -o ./$(VM) -i $(IMAGE) -h 10000000


-- 
Martin

<Prev in Thread] Current Thread [Next in Thread>
  • Re: Why is (open scsh scheme) so much faster than (open, Martin Gasbichler <=