diff options
author | Araq <rumpf_a@web.de> | 2017-01-20 20:32:30 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2017-01-20 20:32:41 +0100 |
commit | ebcc88238e26078a1ac2c7199773a0962b5b0c88 (patch) | |
tree | dc4bf57d57765ce4a65b7d9691a760d9e72d1aa2 /doc/spawn.txt | |
parent | 572fd067cff6dfab8f79bc243cd21f1fc4b0b7f3 (diff) | |
download | Nim-ebcc88238e26078a1ac2c7199773a0962b5b0c88.tar.gz |
documented the new .gcsafe override pragma
Diffstat (limited to 'doc/spawn.txt')
-rw-r--r-- | doc/spawn.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/spawn.txt b/doc/spawn.txt index 5d65243d2..522c94464 100644 --- a/doc/spawn.txt +++ b/doc/spawn.txt @@ -92,5 +92,4 @@ restrictions / changes: * Every array access has to be provably within bounds. This is called the *bounds check*. * Slices are optimized so that no copy is performed. This optimization is not - yet performed for ordinary slices outside of a ``parallel`` section. Slices - are also special in that they currently do not support negative indexes! + yet performed for ordinary slices outside of a ``parallel`` section. |