Clarified .Net compilation note.

Author:halw
Date:2010-05-03T01:56:55.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@578 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2010-05-03 01:56:55 +00:00
parent 07015c71f3
commit 46fa014b96

View File

@@ -189,7 +189,7 @@ You will be able to execute the frozen system as soon as the C compilation finis
You will note that freezing, although it takes more time than melting, is actually quite fast, both due to the speed of Eiffel compilation and to the structure of the generated C code, designed to optimize the operation of the C compiler.
{{note|When you freeze a system targeted to Microsoft .NET, no external compilation is necessary. The intermediate language generated by EiffelStudio and other .Net compatible compilers will be converted to machine code at runtime by .Net's just-in-time (JIT) translator.}}
{{note|When you freeze a system targeted to Microsoft .NET, the external compilation of your system is not necessary. The intermediate language generated by EiffelStudio and other .Net compatible compilers will be converted to machine code at runtime by .Net's just-in-time (JIT) translator.}}
==Using finalizing==