summary refs log tree commit diff stats
path: root/doc/nimc.rst
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2019-03-07 00:37:23 +0100
committerAndreas Rumpf <rumpf_a@web.de>2019-03-07 12:50:33 +0100
commitf8bf24623c630f9eac172cd45ba4c3ea21bec30d (patch)
treedabdba2b58c40095482b86888f6c7cb77595e927 /doc/nimc.rst
parent2b5e48d80735be60c68023de114a586bbcc18360 (diff)
downloadNim-f8bf24623c630f9eac172cd45ba4c3ea21bec30d.tar.gz
explicit default values for a leaner codegen, .cursor variables for optimization
Diffstat (limited to 'doc/nimc.rst')
-rw-r--r--doc/nimc.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/nimc.rst b/doc/nimc.rst
index fca3ed1ed..bbd29e1a1 100644
--- a/doc/nimc.rst
+++ b/doc/nimc.rst
@@ -517,6 +517,14 @@ on Linux::
   nim c --dynlibOverride:lua --passL:liblua.lib program.nim
 
 
+Cursor pragma
+=============
+
+The ``.cursor`` pragma is a temporary tool for optimization purposes
+and this property will be computed by Nim's optimizer eventually. Thus it
+remains undocumented.
+
+
 Backend language options
 ========================