Re: [PATCH v2 2/2] r8169: Avoid pointer aliasing

From: Joe Perches
Date: Tue Feb 05 2019 - 22:49:50 EST


On Tue, 2019-02-05 at 20:25 -0700, Paul Zimmerman wrote:
> GCC does not lay out stack variables in the same order that they are
> declared.

True. Most stack variables could be assigned to a register.

cheers, Joe