www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 4677] New: disallow GC via cmd line argument -nogc

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=4677

           Summary: disallow GC via cmd line argument -nogc
           Product: D
           Version: future
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: DMD
        AssignedTo: nobody puremagic.com
        ReportedBy: spam extrawurst.org



---
just like mentioned in andrei's interview
(http://www.informit.com/articles/article.aspx?p=1622265) i hope to see an dmd
command line argument for disabling and disallowing the use of the GC in DMD:

"Walter Bright is considering adding a compile-time flag that would banish all
constructs that make implicit use of the GC, in which case you'll know at
compile time where the culprits are, and you can change your code accordingly"

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Aug 19 2010
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=4677


Leandro Lucarella <llucax gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |llucax gmail.com



PDT ---
LDC have even better options, you can forbid any calls to the runtime, which
might be very useful for embedded systems or others usages when you only want a
"better C" for real low-level stuff.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Aug 19 2010