bison-patches
[Top][All Lists]
Advanced

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

Re: Bitset statistics


From: Akim Demaille
Subject: Re: Bitset statistics
Date: 01 Mar 2002 16:14:51 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp)

>>>>> "Michael" == Michael Hayes <address@hidden> writes:

Michael> Akim Demaille writes: Hi

>> I have other comments I would like to make, but that will be easier
>> once my patches are applied.  And they are still held for lack of
>> the *&^ papers.  What is the status Michael?

Michael> I've just posted off the request for the papers.  

Gosh, I can't wait for the final Go! sign...

Michael> I have also tidied up the code to ensure a cleaner interface.
Michael> This I am about to submit to the gcc mailing list.

I have finished (at home), spreading bitset into Bison.  I have a few
wishes: 

- int bitset_count: number of bits set.
- int bitset_disjoint_p (bitset, bitset): whether they have common
  bits.  (If different size, then die I guess).

The latter is easy to implement out of the others, but it requires an
additional bitset, which is useless.


I really like it!  Thanks!





reply via email to

[Prev in Thread] Current Thread [Next in Thread]