From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9141 invoked from network); 25 Feb 2000 11:31:37 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 25 Feb 2000 11:31:37 -0000 Received: (qmail 20221 invoked by alias); 25 Feb 2000 11:31:31 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9875 Received: (qmail 20214 invoked from network); 25 Feb 2000 11:31:31 -0000 Date: Fri, 25 Feb 2000 12:31:30 +0100 (MET) Message-Id: <200002251131.MAA25572@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk In-reply-to: Sven Wischnowsky's message of Fri, 25 Feb 2000 11:42:54 +0100 (MET) Subject: Re: Precompiled wordcode zsh functions I wrote: > Second problem: functions like _cvs that essentially just define lots > of functions and re-define themselves[1]. The mapped function would of > course be the short lived function-defining one. Forget that. Function definitions are stored in a way that allows us to use them directly for the function Eprog (without allocating separate memory). So... Bye Sven -- Sven Wischnowsky wischnow@informatik.hu-berlin.de