[Issue 10661] Add secureZeroMemory function in Phobos

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Jul 31 10:40:05 PDT 2014


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

yebblies <yebblies at gmail.com> changed:

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

--- Comment #4 from yebblies <yebblies at gmail.com> ---
(In reply to bearophile_hugs from comment #3)
> (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.

volatileMemset

--


More information about the Digitalmars-d-bugs mailing list