Changes between Version 9 and Version 10 of WhatsNew-8.0.0


Ignore:
Timestamp:
Mar 19, 2018, 9:07:35 AM (6 years ago)
Author:
jan vrany
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WhatsNew-8.0.0

    v9 v10  
    1717 * The new default maximum heap size for 32bit system has been increased to 1GB. For 64bit systems the default maximum has been increased to 8GB.
    1818
    19 == Block Invocation ==
     19== Block ABI ==
    2020 
    21  * To be written...
     21 * The block ABI has been changed to take the instance of a `Block` as parameter. Block `Context`s now keep this `Block` instance it `method` slot (so the slot should be renamed to `methodOrBlock`). This improves the ability of the system to reflect on itself. More specifically, this is a necessary step to finally fix debugger w.r.t local variables inside blocks. This change makes it **binary incompatible** with both 6.x.x series and eXept's 7.x.x series.
    2222
    2323== Debugging ==