[Issue 5219] @noheap annotation
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Feb 20 04:35:16 PST 2013
http://d.puremagic.com/issues/show_bug.cgi?id=5219
Dicebot <m.strashun at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |m.strashun at gmail.com
--- Comment #10 from Dicebot <m.strashun at gmail.com> 2013-02-20 04:35:14 PST ---
Vote up, both this and @nogc. For my embedded experiments I was considering
doing a stub version of gc that asserts on every allocation attempts, but more
complex projects may still want to use gc for some high-level resource
management and being able to cleanly mark the code that is supposed to be free
from allocations will help a lot. It makes no sense as a compiler switch or an
external tool as this is deeply tied to language semantics and will naturally
prohibit usage of plenty of D features that do hidden allocations.
--
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