From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <22e904e136bcc69be1575bd19637dd50@terzarima.net> From: Charles Forsyth Date: Wed, 15 Sep 2010 13:20:38 +0100 To: 9fans@9fans.net In-Reply-To: <805e42c0155b88900921831b032c748e@terzarima.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] c compiler bug Topicbox-Message-UUID: 576f29f4-ead6-11e9-9d60-3106f5b1d025 >and then an appropriate sequence of byte-by-byte loads (or stores) will be >used to access it, for static references such as s.c there's an optimisation that allows the nearest aligned values to be loaded, shifted & masked, and or'd together to save accesses by byte, but that doesn't seem to be possible for an unaligned pointer reference.