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

Re: duplicate slots in permutation vectors



    Date: Mon, 01 Aug 88 11:18:47 -0400
    From: kanderso@WILMA.BBN.COM

    I noticed that every slot reference, even duplicates as in BAZZ2
    above, are given there own position in the permutation vector.
    The ISL is ((baz baz)) rather than ((baz)).

    The following patch avoids duplicates by making SLOTS a nested alist:

      ((parameter (slot optimized-form ...) ...) ...)]

Thanks, this was a bug I was intending to fix.  The design was to have
it be this new way, but I hadn't yet coded it.

I have included your changes in my sources and they will be in the next
release.
-------