Dan Anderson wrote: > Here's a review for: > 6811474 RSA is slower with Solaris KCF than OpenSSL on amd64 > > http://dan.drydog.com/reviews/6811474-bignum-phase2/ > > This is in ADDITION to last week's optimization for bignum (32- to 64-bit > chunks for amd64). > > This optimization is a 1-line change that removes a unnecessary call to > big_copy() from big_mul(). > Since big_mul() is a hot spot in RSA, this helps a lot. RSA decrypt with > KSSL, 1 thread, improved by 9% over last week's bignum 64-bit optimization. > > - Dan >
looks good to me
