: 
: I agree, but of late I've had little enthusiasm to try and trim the fat
: off the larger areas of the code.  In particular, the inode hashing code
: in fs (or is it specific to minixfs) is basically redundant.  Firstly, we
: can do without hashing for a slight speed decrease.  Also, the hashing
: method causes 2 hash look-up tables to be kept, which not only uses up
: RAM, but also code space, and clock cycles.
: 
        Hmm.. I haven't got to that yet.  What other areas are bloated?

Greg

Reply via email to