jed-users mailing list

[2003 Date Index] [2003 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: Slang performance of jed


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]