[1368] in Kerberos_V5_Development
Re: kdc performance and rcache
daemon@ATHENA.MIT.EDU (Mark Eichin)
Mon Jul 1 16:54:16 1996
To: Ken Raeburn <raeburn@cygnus.com>
Cc: "Donald T. Davis" <don@cam.ov.com>, "Barry Jaspan" <bjaspan@MIT.EDU>,
krbdev@MIT.EDU
From: Mark Eichin <eichin@MIT.EDU>
Date: 01 Jul 1996 16:48:23 -0400
In-Reply-To: Ken Raeburn's message of 28 Jun 1996 20:25:49 -0400
> Most sparc systems can't do multiplication, division or remainder
> on-chip, so library routines are called. This means sprintf("%02d")
Actually, ghudson and I were talking about this and it seems that most
sparcs these days *do* have those integer operations -- but libc
itself is lowest-common-denominator, so it doesn't help. (It doesn't
meant that the instructions are fast, though :-) and the modified code
is still a win.)
This doesn't change anything else in the analysis, with which I concur...