Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: delete function/traps as soon as possible
- X-seq: zsh-workers 17302
- From: Peter Stephenson <pws@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx (Zsh hackers list)
- Subject: Re: PATCH: delete function/traps as soon as possible
- Date: Fri, 07 Jun 2002 15:45:24 +0100
- In-reply-to: "Peter Stephenson"'s message of "Thu, 06 Jun 2002 10:22:58 BST." <11294.1023355378@xxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Peter Stephenson wrote:
> Here's a patch which introduces reference counts for Eprog's, the
> structures internally representing chunks of code. It fixes the problem
> that if you deleted a trap, or it went out of scope, or you deleted a
> function, the memory wasn't freed until the shell returned to the top
> level. With localtraps inside a function, this could be a sizeable
> memory hog.
I haven't had any responses, nor found any new problems, so I've
committed it exactly as it stands.
--
Peter Stephenson <pws@xxxxxxx> Software Engineer
CSR Ltd., Science Park, Milton Road,
Cambridge, CB4 0WH, UK Tel: +44 (0)1223 392070
**********************************************************************
The information transmitted is intended only for the person or
entity to which it is addressed and may contain confidential
and/or privileged material.
Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by
persons or entities other than the intended recipient is
prohibited.
If you received this in error, please contact the sender and
delete the material from any computer.
**********************************************************************
Messages sorted by:
Reverse Date,
Date,
Thread,
Author