Refactor injectdestructors (#12295)

One improvement over #devel is visible in the transformation of getEnv. With this approach we move to result whenever possible.
This commit is contained in:
Clyybber
2019-10-01 14:09:24 +02:00
committed by Andreas Rumpf
parent 64d5e25821
commit 5f5879dc4c
7 changed files with 257 additions and 577 deletions

View File

@@ -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
========================