This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcc compile-time performance


David Edelsohn writes:
 > 	Which is one of the patches that Daniel Berlin submitted but was
 > rejected based on the opinion that we wanted fewer, not more, bit set
 > implementations.

I think the problem was that we had too many bitset _interfaces_.
This is what prompted me to write an abstract data type that supported
multiple bitset implementations, including Dan's "efficient" bitset
implementation.

Michael.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]