[Nice-commit] Nice NEWS,1.13,1.14
Brought to you by:
bonniot
From: <ar...@us...> - 2004-01-17 16:32:48
|
Update of /cvsroot/nice/Nice In directory sc8-pr-cvs1:/tmp/cvs-serv3521/nice Modified Files: NEWS Log Message: Added specialized versions of rawArray to improve performance. Index: NEWS =================================================================== RCS file: /cvsroot/nice/Nice/NEWS,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** NEWS 16 Jan 2004 00:14:06 -0000 1.13 --- NEWS 17 Jan 2004 16:32:45 -0000 1.14 *************** *** 9,12 **** --- 9,13 ---- 'loop(5, () => { doSomeThing(); });' * Stricter parsing of expression used as statement. + * Improved performance of arrays used as lists. * Bug fixes (checking of local variables in a call position, make it possible to use new Object() and dispatch on Object again, ... ) |