This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


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

Re: Partial java.util.zip merge with Classpath


>>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:

Mark> Classpath has recently imported the Jazzlib library which is a
Mark> java.util.zip implementation completely in Java. The following
Mark> files where easy to merge.  The only code change is in Adler32
Mark> which now uses just one instance variable to keep the state. We
Mark> can probably share some more of the classes.

Do we want to use all of jazzlib in libgcj or do we just want to
continue using zlib?

Switching to jazzlib doesn't mean we can delete zlib from the
repository -- we will still need it for gcj.  So there isn't a
significant maintenance win there.

Even so I think there is a maintenance benefit to merging with
Classpath.  For one thing it means more potential bug-fixers for the
code.

How much does the performance of this code matter to us?  And how much
does performance suffer with jazzlib?  Those are interesting
questions.

Mark> 2001-10-05  Mark Wielaard  <mark@klomp.org>
Mark> 	* java/util/zip/Adler32.java: Merge with Classpath
Mark> 	* java/util/zip/CRC32.java: Ditto
Mark> 	* java/util/zip/Checksum.java: Ditto
Mark> 	* java/util/zip/DataFormatException.java: Ditto
Mark> 	* java/util/zip/ZipException.java: Ditto

Mark> OK to commit?

Yes, please.  Thanks.

Tom


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