Difference between revisions of "EiffelStudio 6.3 Releases"

(New features)
(Bug fixes)
Line 13: Line 13:
 
===Feature removed===
 
===Feature removed===
 
===Bug fixes===
 
===Bug fixes===
 +
* runtime: Allowed the runtime to better handle externally created thread by not destroying them upon termination as externally created also means they should be externally killed.
 +
 
===User changes===
 
===User changes===
 
===Developer changes===
 
===Developer changes===

Revision as of 14:35, 16 June 2008

Below are not the release notes of EiffelStudio. It is the change log of EiffelStudio intermediate releases and the most important changes are highlighted in green or in red (for breaking changes). The release notes of EiffelStudio can be found at the following URL. You can also download the latest revision here. Information about other version can be found under Category:Releases.

EiffelStudio 6.3.x Releases

6.3.x

Placeholder for new stuff since last intermediate release.

New features

  • base: Added `sleep' to EXECUTION_ENVIRONMENT and made `sleep' from THREAD_CONTROL obsolete.

Improvements

  • Optimized code generation for object test to avoid type evaluation when it is not used and to replace a full-fledged object test with a plain voidness test if an expression type is known to conform to the object test local type at compile time.

Feature removed

Bug fixes

  • runtime: Allowed the runtime to better handle externally created thread by not destroying them upon termination as externally created also means they should be externally killed.

User changes

Developer changes