[Nice-commit] Nice NEWS,1.33,1.34
Brought to you by:
bonniot
From: Daniel B. <bo...@us...> - 2004-06-17 10:41:22
|
Update of /cvsroot/nice/Nice In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26637 Modified Files: NEWS Log Message: Explicitly mark which methods are overrides in compiled packages, and use that information to speed up the loading of compiled packages. Index: NEWS =================================================================== RCS file: /cvsroot/nice/Nice/NEWS,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** NEWS 16 Jun 2004 10:00:51 -0000 1.33 --- NEWS 17 Jun 2004 10:41:14 -0000 1.34 *************** *** 17,20 **** --- 17,21 ---- several Java interfaces declaring that same method, like java.io.ObjectOutputStream.flush() + * Reduced compilation time and memory consumption. -- |