new compiler option tlsEmulation

This commit is contained in:
Araq
2011-10-27 21:03:53 +02:00
parent abe9dfafe8
commit 5e5e4abfee
11 changed files with 28 additions and 28 deletions

View File

@@ -75,6 +75,8 @@ Compiler Additions
and Objective C somewhat easier.
- Added a ``--nimcache:PATH`` configuration option for control over the output
directory for generated code.
- Added a ``--tlsEmulation:on|off`` switch for control over thread local
storage emulation.
- The compiler and standard library now support a *taint mode*. Input strings
are declared with the ``TaintedString`` string type. If the taint
mode is turned on it is a distinct string type which helps to detect input