Added "that" to correct grammar, the rest is due to wrapping

This commit is contained in:
Neal Norwitz 2002-09-05 21:42:24 +00:00
parent bb9c5f5032
commit 7165af23e6
1 changed files with 4 additions and 4 deletions

View File

@ -99,10 +99,10 @@ Core and builtins
been changed. Both the check interval and the ticker used to be been changed. Both the check interval and the ticker used to be
per-thread values. They are now just a pair of global variables. In per-thread values. They are now just a pair of global variables. In
addition, the default check interval was boosted from 10 to 100 addition, the default check interval was boosted from 10 to 100
bytecode instructions. This may have some effect on systems relied on bytecode instructions. This may have some effect on systems that
the old default value. In particular, in multi-threaded applications relied on the old default value. In particular, in multi-threaded
which try to be highly responsive, response time will increase by some applications which try to be highly responsive, response time will
(perhaps imperceptible) amount. increase by some (perhaps imperceptible) amount.
- When multiplying very large integers, a version of the so-called - When multiplying very large integers, a version of the so-called
Karatsuba algorithm is now used. This is most effective if the Karatsuba algorithm is now used. This is most effective if the