Update of /cvsroot/nice/Nice
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31186
Modified Files:
NEWS
Log Message:
Only create commonly used exception objects in debug mode, to speed up
typechecking (~ 10%).
Index: NEWS
===================================================================
RCS file: /cvsroot/nice/Nice/NEWS,v
retrieving revision 1.81
retrieving revision 1.82
diff -C2 -d -r1.81 -r1.82
*** NEWS 18 Jun 2005 13:26:56 -0000 1.81
--- NEWS 5 Jul 2005 16:04:47 -0000 1.82
***************
*** 5,8 ****
--- 5,10 ----
import static java.lang.Math.PI;
+ * Improved compilation speed.
+
--
|