[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PUTPROP



We note that every time you do a putprop you are consing.
The first thing that putprop does is call remprop to flush the
old property, then it conses a new pair on the front.

This has the advantage that the property is moved to the
front of the plist.  It has the disadvantage that it always conses.

How about having it do the appropriate rplaca if the property
already exists?