- Subject: Re: Slang performance of jed
- From: "John E. Davis" <davis@xxxxxxxxxxxxx>
- Date: Sat, 21 Jun 2003 13:54:27 -0400
Joerg Sommer <joerg@xxxxxxxxxxxx> wrote:
>it looks like there going something wrong in jed.
I am unable to reproduce this:
# cat foo.sl
$1=1000000;
$2=0;
variable a,b,c;
tic();
loop ( $1 ) !if($2);
a=toc();
tic();
loop ( $1 ) if( $2 != 0);
b=toc();
message( string(a) + ", " + string(b) );
exit(0);
# jed --script foo.sl
0.19, 0.41
# slsh ./foo.sl
0.23, 0.44
# jed --version
jed version: 0.99.17-7/Unix
Compiled with GNU C 2.95
S-Lang version: 1.4.9
*** Compiled against S-Lang 10408 but linked to 10409
jed compile-time options:
+LINE_ATTRIBUTES +BUFFER_LOCAL_VARS +SAVE_NARROW +TTY_MENUS
+EMACS_LOCKING +MULTICLICK +SUBPROCESSES +DFA_SYNTAX +ABBREVS
+COLOR_COLUMNS +LINE_MARKS -GPM_MOUSE
Using JED_ROOT=/nfs/cxc/h1/davis/src/jed
# slsh --version
slsh version 0.6-0
S-Lang Library Version: 1.4.9
--John
--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.
[2003 date index]
[2003 thread index]
[Thread Prev] [Thread Next]
[Date Prev] [Date Next]