Added link to discussion of transient attributes.

Author:halw
Date:2010-05-25T14:17:51.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@616 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2010-05-25 14:17:51 +00:00
parent ed89de5792
commit 446350c91d

View File

@@ -18,7 +18,7 @@ end
* Now the compiler will report usage of is keyword as obsolete in transitional mode and will reject it in standard mode.
==Improvements==
* Added support of transient attributes for .NET. Added queries in INTERNAL to find out the transient attributes. Extended the Eiffel serialization SED to support them.
* Added support of [[ET: The Dynamic Structure: Execution Model#Transient attributes|transient attributes]] for .NET. Added queries in INTERNAL to find out the transient attributes. Extended the Eiffel serialization SED to support them.
* Redone some of the multithreading internals of the Eiffel runtime to make it easier to add platforms and to ensure the same behavior on various platforms, namely that mutex should be recursive.
* On Windows, the MUTEX class is now internally using a CRITICAL_SECTION object which is much more efficient especially on multiprocessors.