forked from joejulian/gio
f8f68a4e9f
Using clean struct creation creates a lot of temporary variables in assembly. Inline the assignments, which generates less code. Signed-off-by: Egon Elbre <egonelbre@gmail.com>