diff options
author | Clyybber <darkmine956@gmail.com> | 2019-10-01 14:09:24 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-10-01 14:09:24 +0200 |
commit | 5f5879dc4cb018407ea69b50ca3fff600dfb8949 (patch) | |
tree | 1b70a2a92b94e9fdd34078af9efe1a78ede021bc /doc/nimc.rst | |
parent | 64d5e2582164a965e05934e9c9b5c371a04f2765 (diff) | |
download | Nim-5f5879dc4cb018407ea69b50ca3fff600dfb8949.tar.gz |
Refactor injectdestructors (#12295)
One improvement over #devel is visible in the transformation of getEnv. With this approach we move to result whenever possible.
Diffstat (limited to 'doc/nimc.rst')
-rw-r--r-- | doc/nimc.rst | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/nimc.rst b/doc/nimc.rst index ebdd00063..d53e3f310 100644 --- a/doc/nimc.rst +++ b/doc/nimc.rst @@ -483,7 +483,6 @@ number information are given if the program crashes or an uncaught exception is raised. - DynlibOverride ============== @@ -497,14 +496,6 @@ 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 ======================== |