[PATCH 1/2] fork: pass arguments to fork1 in a dedicated structure

Slawa Olhovchenkov slw at zxy.spb.ru
Thu Feb 4 11:07:05 UTC 2016


On Tue, Feb 02, 2016 at 07:28:19AM -0700, Ian Lepore wrote:

> > Would be great to not use initializer in declaration, i.e. use
> > bzero()
> > instead of c99 designated initializers.
> 
> This would be a better suggestion if the compiler recognized and
> optimized bzero() with inline code like it does for those forbidden
> assignments.

This is imposible until bzero() is nonstandart and implemeted in
seperate file.


More information about the freebsd-hackers mailing list