This is the mail archive of the gcc-patches@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: RFA/PATCH zlib CRC


>>>>> "Mark" == Mark Adler <madler@alumnus.caltech.edu> writes:

>> The enclosed patch provides two new faster CRC algorithm varients.

Mark> Thanks!  This is an excellent idea, and it will make a
Mark> significant difference for decompression with CRCs.  I will try
Mark> to implement this for the next version of zlib.  If not that
Mark> one, then the one after that.  (It depends on how far Jean-loup
Mark> has gotten on 1.1.5--I don't want this to delay 1.1.5.)

FWIW, here in GCC land we're not too interested in diverging from the
master zlib sources.  I'd prefer in the GCC tree we only make changes
to the build infrastructure if possible (we need the build
infrastructure to match the rest of the tree).  My preference would be
to not put this patch into the GCC tree but instead wait until it
appears in an upstream zlib which we import.

Tom


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