Mirsad Todorovac wrote:
Arrays are generally aligned the same as their elements.
That's fine, but I would like to align i.e. this char array to the cache-line boundary: to start at i686's cache line. This way prefetch of data would IMHO be most efficient.
Then use an alignment attribute.
(And_then is an equivalent of {B+}, isn't it?)
No, it's just the opposite.
I thought and_then is the short-circuit version of "and".
Yes.
Frank