Changes between Initial Version and Version 1 of FeaturesAndFixes


Ignore:
Timestamp:
Jun 3, 2015, 12:56:58 PM (9 years ago)
Author:
vranyj1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FeaturesAndFixes

    v1 v1  
     1= Features & Fixes =
     2
     3''...available in Smalltalk/X jv-branch which are not (yet) integrated to [[http://www.exept.de/en/products/smalltalk-x.html|eXept's version]]''
     4
     5== Base Runtime ==
     6(stc, virtual machine, basic classes)
     7
     8- FIX: Fixed bug in Java synchronized method invocation (see [https://swing.fit.cvut.cz/projects/stx-libjava/ticket/84 issue #84].
     9- FIX: Fixed FileStream>>position, position: and setToEnd when stream is in non-buffered mode. See commit [http://swing.fit.cvut.cz/hg/stx.libbasic/rev/5e7e40d367f2 5e7e40d367f2]
     10- ENH: When VM is compiled in DEBUG mode (default), allocate extra guard pages behind each newspace halve.
     11- FIX: Fixed baaad bugs in various allocation routines causing overflow to memory behind newspace and thus trashing whatever data are there. See commit [https://swing.fit.cvut.cz/hg/stx.libbasic/rev/384622fa1a79 384622fa1a79]. Few VM routines suffered the same.
     12- FIX: Fixed initialization of poly caches (they have not been cleared properly)
     13
     14