home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / protocol / time / ntp / 815 < prev    next >
Encoding:
Internet Message Format  |  1992-08-17  |  1.4 KB

  1. Path: sparky!uunet!stanford.edu!agate!ucbvax!SDD.HP.COM!ken
  2. From: ken@SDD.HP.COM (Ken Stone)
  3. Newsgroups: comp.protocols.time.ntp
  4. Subject: Re: Reducing distribution clutter
  5. Message-ID: <9208171915.AA20931@hpsdlz.sdd.hp.com>
  6. Date: 17 Aug 92 19:15:55 GMT
  7. References: <9208161609.aa21356@huey.udel.edu>
  8. Sender: daemon@ucbvax.BERKELEY.EDU
  9. Distribution: inet
  10. Organization: The Internet
  11. Lines: 27
  12.  
  13.  
  14. > Splitting the milliseconds is easy with the '240 birds. Send me your
  15. > additions to this list (use: authspeed auth.samplekeys in the authstuff
  16. > subdirectory) and I'll award prizes.
  17.  
  18. Ok, first question is ... has anyone ever thought about cleaning up this
  19. code to use nice thing like "volatile" so that at leats semi-intelligent 
  20. optimizers and make semi-intelligent decisions :-) ???  If I take the 
  21. standard conservative approach and compile using +O1, I get numbers like
  22.  
  23.     authentication delays (us)      DES     MD5
  24.     HP 730 running 8.07  (+O1)      18      87
  25.  
  26. but If I get brave and crank the optimizer up to +O3, I can clean up the
  27. MD5 number a bit to match the DES
  28.  
  29.     authentication delays (us)      DES     MD5
  30.     HP 730 running 8.07  (+O3)      16      50
  31.  
  32. Now have I tried building and running xntpd at +O3 ? ... nope.  Do I think
  33. it would work ?  ... nope.  At least with the v2 code, funny things seemed
  34. to start happening at +O2.
  35.  
  36. So I guess 18/87 needs to be my entry for now.
  37.  
  38.   -- Ken
  39.  
  40.