digitalmars.D.bugs - [Issue 4677] New: disallow GC via cmd line argument -nogc
- d-bugmail puremagic.com (22/22) Aug 19 2010 http://d.puremagic.com/issues/show_bug.cgi?id=4677
- d-bugmail puremagic.com (12/12) Aug 19 2010 http://d.puremagic.com/issues/show_bug.cgi?id=4677
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
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








d-bugmail puremagic.com