Path: utzoo!attcan!uunet!husc6!rutgers!att!ulysses!andante!alice!debra From: debra@alice.UUCP (Paul De Bra) Newsgroups: comp.unix.questions Subject: Re: Uncompressing 16 bits on a 15 bit system Message-ID: <8669@alice.UUCP> Date: 4 Jan 89 21:38:27 GMT References: <228@yasc.PLA.CA.US> Reply-To: debra@alice.UUCP () Organization: AT&T, Bell Labs Lines: 17 In article <228@yasc.PLA.CA.US> geoff@yasc.PLA.CA.US (Geoff Leach) writes: >On a Fortune 32:16 with 1M RAM and process size 512K, it appears >that compress can do at most 15 bits of compression/decompression. >Does anyone know of a way to uncompress 16 bits in such a situation? I would think that a 16-bit uncompress (and compress) should be able to run in 512K. You may want to try to compile compress for 16 bits and see if it runs. I think compress uses about 400Kbytes in a big array, some 20K of other variables, and the rest is code. But it's not a very big program so it should fit in the remaining 90K. Paul. -- ------------------------------------------------------ |debra@research.att.com | uunet!research!debra | ------------------------------------------------------