From: Yuval Shaia <yuval.sh...@oracle.com> Date: Thu, 8 Jun 2017 16:32:21 +0300
> Take advantage of compiler variable zero-ing and remove calls to memset. > > Signed-off-by: Yuval Shaia <yuval.sh...@oracle.com> That construct looks so ugly, also the memset()'s in some cases are constrained to the basic blockwhere the variable is used, avoiding an initialization unnecessarily. I'm not applying this, sorry.