[Issue 10661] Add secureZeroMemory function in Phobos

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Apr 27 11:52:25 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=10661

--- Comment #3 from bearophile_hugs at eml.cc ---
(In reply to Walter Bright from comment #2)
> So who wants to implement it?

How do you like to implement it? As a special case, or introducing some kind of
generic and reusable annotation, like @keep_function that tells the D compiler
to never optimize away the calls to a specific function? I don't know what
other cases there are of functions that must never be removed.

--


More information about the Digitalmars-d-bugs mailing list