gcc/libjava java/math/BigInteger.java ChangeLog

bothner@gcc.gnu.org bothner@gcc.gnu.org
Tue Aug 28 15:16:00 GMT 2001


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	bothner@gcc.gnu.org	2001-08-28 15:16:13

Modified files:
	libjava/java/math: BigInteger.java 
	libjava        : ChangeLog 

Log message:
	* java/math/BigInteger.java (init(int,Random)):  New method.
	Move body of constructor <init>(int,Random)) here.
	Re-write it to avoid constructing unneeded temporaries.
	(<init>(int,int,Random)):  Use new init method to avoid constructing
	extra temporary BigIntegers.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/math/BigInteger.java.diff?cvsroot=gcc&r1=1.14&r2=1.15
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&r1=1.871&r2=1.872



More information about the Gcc-cvs mailing list