home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / bsd / 11920 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.3 KB

  1. Path: sparky!uunet!opl.com!hri.com!spool.mu.edu!uwm.edu!caen!umeecs!quip.eecs.umich.edu!dmuntz
  2. From: dmuntz@quip.eecs.umich.edu (Dan Muntz)
  3. Newsgroups: comp.unix.bsd
  4. Subject: [386BSD] processor caching effect on kernel build
  5. Message-ID: <1993Jan27.205537.18117@zip.eecs.umich.edu>
  6. Date: 27 Jan 93 20:55:37 GMT
  7. Sender: news@zip.eecs.umich.edu (Mr. News)
  8. Organization: University of Michigan EECS Dept., Ann Arbor, MI
  9. Lines: 36
  10.  
  11.  
  12. People have been wondering about how the internal and external caches
  13. affect performance under 386bsd.  Here are some numbers I got doing kernel
  14. builds.
  15.  
  16. System:
  17. 486DX50 (8k internal cache) EISA
  18. 16mb 80ns (4 4Mx9 simms)
  19. Adaptec 1542B (ISA) scsi
  20. Micropolis 1528 scsi disk
  21. 256k 20ns external cache
  22. 64mb swap (whatever portion of 64mb 386bsd is capable of using)
  23. gcc version 1.39
  24.  
  25. both caches disabled:
  26.     make depend:    05:38.13
  27.     make:        28:51.15
  28.  
  29. external cache enabled, internal disabled:
  30.     make depend:    05:37.53
  31.     make:        28:49.88
  32.  
  33. internal cache enabled, external disabled:
  34.     make depend:    01:35.66
  35.     make:        07:49.75
  36.  
  37. both caches enabled:
  38.     make depend:    01:25.28
  39.     make:        06:10.84
  40.  
  41. Kernel being built is 0.1 + patchkit0.2 + julian's scsi + pcfs + minor patches
  42. Running kernel is the same (and contains NONOP patch recently posted).
  43. You've just got to love 7:36 for building a kernel from scratch :)
  44.  
  45.   -Dan
  46.    dmuntz@eecs.umich.edu
  47.