Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 3.1.0-test3: gcc -ansi -pedantic
- X-seq: zsh-workers 2440
- From: Zoltan Hidvegi <hzoli@xxxxxxxxxx>
- To: pws@xxxxxx (Peter Stephenson)
- Subject: Re: 3.1.0-test3: gcc -ansi -pedantic
- Date: Wed, 20 Nov 1996 16:45:19 +0100 (MET)
- Cc: zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <199611200857.JAA23579@xxxxxxxxxxxx> from Peter Stephenson at "Nov 20, 96 09:57:06 am"
- Organization: Dept. of Comp. Sci., Eotvos University, Budapest, Hungary
- Phone: (36 1)2669833 ext: 2667, home phone: (36 1) 2752368
Peter Stephenson wrote:
> bin_read() (2) the function casts in module.c (3) the variable-sized
> arrays in subst.c (which only affects gcc anyway). The IRIX
Perhaps it would be best to write a configure check to test wether the
compiler supports variable-sized arrays. In subst.c the code is much more
efficient with variable-sized arrays that's why I added this hack. And
when you sort a long list it may cause noticable speed difference (or maybe
not in that case since halloc is really fast, but that consumes lot of heap
memory).
Zoltan
Messages sorted by:
Reverse Date,
Date,
Thread,
Author