[Nice-commit] Nice NEWS,1.35,1.36
Brought to you by:
bonniot
From: Daniel B. <bo...@us...> - 2004-06-21 11:48:34
|
Update of /cvsroot/nice/Nice In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30391 Modified Files: NEWS Log Message: Optimize trivial ifs, so that no code is generated at all. Index: NEWS =================================================================== RCS file: /cvsroot/nice/Nice/NEWS,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** NEWS 18 Jun 2004 13:16:30 -0000 1.35 --- NEWS 21 Jun 2004 11:48:25 -0000 1.36 *************** *** 18,21 **** --- 18,22 ---- java.io.ObjectOutputStream.flush() * Reduced compilation time and memory consumption. + * Smaller generated bytecode. * Fixed native compilation using gcj. It used to block when gcj produced too much output. |