[Nice-commit] Nice/debian changelog,1.142,1.143
Brought to you by:
bonniot
|
From: <ar...@us...> - 2003-03-20 14:58:31
|
Update of /cvsroot/nice/Nice/debian
In directory sc8-pr-cvs1:/tmp/cvs-serv12577/F:/nice/debian
Modified Files:
changelog
Log Message:
ShortCircuitOp makes use of Branchable if possible to generate better bytecode.
Index: changelog
===================================================================
RCS file: /cvsroot/nice/Nice/debian/changelog,v
retrieving revision 1.142
retrieving revision 1.143
diff -C2 -d -r1.142 -r1.143
*** changelog 19 Mar 2003 23:35:52 -0000 1.142
--- changelog 20 Mar 2003 14:58:25 -0000 1.143
***************
*** 1,4 ****
--- 1,5 ----
nice (0.7.8) unstable; urgency=low
+ * Some operators(&&, ||, ...) generate better bytecode now.
* Improved bytecode generation of pre\post-condition.
* Implemented the enhanced for loop(similar to java 1.5 proposal).
|