Difference between revisions of "EiffelStudio 6.3 Releases"

(Getting ready for 6.3 as 6.2 is going to be released soon.)
 
(Improvements: Added a note about optimization of the code generated for an object test)
Line 7: Line 7:
 
===New features===
 
===New features===
 
===Improvements===
 
===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===
 
===Feature removed===
 
===Bug fixes===
 
===Bug fixes===
 
===User changes===
 
===User changes===
 
===Developer changes===
 
===Developer changes===

Revision as of 07:40, 4 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

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

User changes

Developer changes