EiffelStudio 6.3 Releases

Revision as of 07:40, 4 June 2008 by Alexander Kogtenkov (Talk | contribs) (Improvements: Added a note about optimization of the code generated for an object test)

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