On Thu, Aug 23, 2018 at 11:40:22AM +0200, Christophe LEROY wrote: > The only small problème I have is that some version of GCC seems to > complain about big memset() (132k and 256k ones). Is there a way to tell > GCC we really want to do it ?
I'm not sure what you mean. Complain, is that a warning, is that an error? What does it say? Do you have some example code to reproduce it? Etc. Very many things use tiny memsets like that, so you must mean something more specialised. Segher