Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!convex!newsadm From: tchrist@convex.COM (Tom Christiansen) Newsgroups: comp.unix.shell Subject: Re: shell compiler Message-ID: <1991Apr16.032713.21502@convex.com> Date: 16 Apr 91 03:27:13 GMT References: <1457@irit.irit.fr> Sender: newsadm@convex.com (news access account) Reply-To: tchrist@convex.COM (Tom Christiansen) Organization: CONVEX Software Development, Richardson, TX Lines: 7 Nntp-Posting-Host: pixel.convex.com As I continually point out, an sh compiler will help you very little. You need to decompose and recompose your program to minimize execs and redundant data passes and then recast it in a more suitable language, like [gn]awk (maybe), perl, or C (as a last resort). Merely compiling the conditionals buys you nearly nothing. --tom