Added text and links for Concurrency setting.

Author:halw
Date:2012-01-13T05:12:17.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1038 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2012-01-13 05:12:17 +00:00
parent a4d2b8ca2d
commit 4841bda3cb

View File

@@ -51,7 +51,8 @@ Further options are
* .NET Namespace: specify the namespace for this target (.NET code generation mode only)
* Line generation: generate some extra information that will enable a .NET debugger or a C debugger to step through the Eiffel code rather than MSIL code or C code.
* Full Class Checking, Void safety, Are types attached by default?: These settings are generally associated with increasing the safety of compiled code, particularly [[Creating a new void-safe project#Project settings for void-safe projects|void-safety]].
* Cat call detection: Attempt to identify at compile time the possibility of the system making a [[ET: Inheritance#Catcalls|catcall]].
* Syntax: Allow you to select the [[Setting the syntax variant|syntax variant]] used by the compiler when compiling this target.
* Cat call detection: Attempts to identify at compile time the possibility of the system making a [[ET: Inheritance#Catcalls|catcall]].
* Syntax: Allows you to select the [[Setting the syntax variant|syntax variant]] used by the compiler when compiling this target.
* Concurrency: Controls the level of concurrency support for this target. ''No concurrency'' means mono-threaded; ''EiffelThread'' means concurrent threads using the [[EiffelThread Tutorial|EiffelThread]] library. ''SCOOP'' means concurrency based on the [[Concurrent Eiffel with SCOOP|SCOOP]] rules.