From: <ox-...@us...> - 2003-06-15 10:58:13
|
Update of /cvsroot/sheets/sheets/lib In directory sc8-pr-cvs1:/tmp/cvs-serv10367/lib Modified Files: bootstrap-sheets.jar ox.jar Log Message: 1. Fixed a timing bug where you could cause a history manager error by closing sheets immediately after importing a lot of code. The synchronization checks added should be good for stability all around. 2. New version of OX with the following changes: a. Made the garbage collection algorithm more aggressive about cleaning up outdated references (in anticipation of implementing compaction soon) b. Performance tweaking to make sure the aforementioned change does not reduce performance. Index: bootstrap-sheets.jar =================================================================== RCS file: /cvsroot/sheets/sheets/lib/bootstrap-sheets.jar,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 Binary files /tmp/cvsNCfee9 and /tmp/cvsBxmhKb differ Index: ox.jar =================================================================== RCS file: /cvsroot/sheets/sheets/lib/ox.jar,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 Binary files /tmp/cvsN3Ye2i and /tmp/cvsmD4Cft differ |