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: 19 Jan 2002 15:04:29 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp)

Hi!

I'm very interested by your work.  I maintain Bison which spends a
significant time in handling sets.  Up to now, the code is polluted
with inline bitset operations, and I'm looking for a standard
implementation so that (i) I can clean up Bison's code (I much prefer
calling bitset-operations than seeing them implemented zillions of
times in the code), and (ii), I can relieve the Bison maintainers from
the maintenance of these bitset operations.

Would it be possible (i), to have your implementation, and (ii) your
input as to we should steal GCC's implementation, or yours (the last
question includes ``is it used somewhere, and do you plan to maintain
it'').

Thanks!



reply via email to

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