[Issue 5219] @noheap annotation

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Feb 20 05:35:14 PST 2013


http://d.puremagic.com/issues/show_bug.cgi?id=5219


monarchdodra at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |monarchdodra at gmail.com


--- Comment #11 from monarchdodra at gmail.com 2013-02-20 05:35:12 PST ---
More than just annotating "no GC" or "no Heap", what would be nice is being
able to mark any sections with the same qualifiers as functions.

For example, for certain types of touchy cleanup, it would *tremendously* help
being able to have a "nothrow" section, which means "while my function can
legally throw an exception, I need this specific section to not throw anything,
and I need the compiler to enforce this for me".

Ditto for "@safe". And, why not, const.

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


More information about the Digitalmars-d-bugs mailing list