https://issues.dlang.org/show_bug.cgi?id=10661
yebblies <yebbl...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |yebbl...@gmail.com --- Comment #4 from yebblies <yebbl...@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 --