[Nice-commit] Nice NEWS,1.60,1.61
Brought to you by:
bonniot
From: Daniel B. <bo...@us...> - 2005-02-19 16:00:35
|
Update of /cvsroot/nice/Nice In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16435 Modified Files: NEWS Log Message: Mention smaller classes and faster native compilation. Index: NEWS =================================================================== RCS file: /cvsroot/nice/Nice/NEWS,v retrieving revision 1.60 retrieving revision 1.61 diff -C2 -d -r1.60 -r1.61 *** NEWS 19 Feb 2005 13:25:31 -0000 1.60 --- NEWS 19 Feb 2005 16:00:26 -0000 1.61 *************** *** 24,27 **** --- 24,29 ---- UnknownTypes as type parameters instead of being ignored. * Number of errors and warning are printed to the console. + * Generated classes are smaller, thanks to smaller debugging information. + * Native compilation with gcj is twice faster. * Bug fixes (disallowed redefinition of parameters, execution order of initializers in super classes, visibility checking of java classes, |