K 10 svn:author V 3 ian K 8 svn:date V 27 2015-01-21T20:12:35.249297Z K 7 svn:log V 327 Micro-optimize the new arm inline bus_space implementation by grouping all the data the inline functions access together at the start of the bus_space struct. The start-of part isn't so important, it's the grouping-together that's the point: now all the most-accessed data should be in one cache line. Suggested by: cognet END