On Mon, Dec 16, 2013 at 05:35:36PM +0100, Thomas Schwinge wrote: > Sure, that's fine by me, and thanks for the explanation. > > > Plus, the change, being an ABI change, would need to be done on the > > trunk rather than just on gomp-4_0-branch. > > It's not an ABI change, as I had limited the change to the GOACC_parallel > function, which does not yet exist in trunk.
Ah, ok then, I've missed that. I'd indeed prefer if you just used one array, it can be say just uchar array of twice the width, with even chars for alignment and odd for kinds (or vice versa), compared to two arrays it is tiny bit cheaper at the caller side IMHO. Jakub