Author:manus

Date:2008-12-04T22:21:44.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@120 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
manus
2008-12-04 22:33:11 +00:00
parent cddf2a6628
commit cb943da0f5
2 changed files with 5 additions and 4 deletions

View File

@@ -7,8 +7,10 @@
{{seealso|[[Differences between standard ECMA-367 and Eiffel Software implementation|Differences between standard ECMA-367 and Eiffel Software implementation]] }} {{seealso|[[Differences between standard ECMA-367 and Eiffel Software implementation|Differences between standard ECMA-367 and Eiffel Software implementation]] }}
==Improvements== ==Improvements==
* Improved speed of compiler by about 10% overall.
* Reduced memory usage at runtime of Eiffel applications.
==Changes== ==Changes==
* Changed the way files are opened on Windows by ensuring that they cannot be inherited by child processes. This was necessary since one would need to wait for the child process to exit to remove files owned by the parent process.
==Bug fixes== ==Bug fixes==
@@ -17,6 +19,7 @@
===Compiler issues=== ===Compiler issues===
===Runtime/code generation issues=== ===Runtime/code generation issues===
* When registering externally created threads, make sure that the runtime does not exit them when no more Eiffel code needs to be run as it must be done by the code that created it. Also made sure that the runtime per thread data are reset to 0 to ensure that we can register/unregister the external thread as many times as needed.
===Store/Retrieve issues=== ===Store/Retrieve issues===

View File

@@ -21,7 +21,7 @@
===Changes=== ===Changes===
===Bug fixes=== ===Bug fixes===
* Code completion works even if the <eiffel>is</eiffel> is missing. * Code completion works even if the obsolete <eiffel>is</eiffel> keyword is missing.
* Fixed an installation issue of the enterprise/evaluation release of EiffelStudio on Windows Vista. * Fixed an installation issue of the enterprise/evaluation release of EiffelStudio on Windows Vista.
* Properly refreshes the Feature tool after a save or a compilation. * Properly refreshes the Feature tool after a save or a compilation.
* Fixed browsing of .NET classes in EiffelStudio * Fixed browsing of .NET classes in EiffelStudio
@@ -55,8 +55,6 @@
===EiffelVision2=== ===EiffelVision2===
* [[Revisions and Bug Fixes|Click here for EiffelVision2 release notes.]] * [[Revisions and Bug Fixes|Click here for EiffelVision2 release notes.]]
===EiffelVision2===
[[EiffelStudio release notes|Click here to check out what was new in other versions]] [[EiffelStudio release notes|Click here to check out what was new in other versions]]