Yup. The struct <-> array technique dates back to the IBM PL.8 research compiler. It's just that the preconditions for techniques like this are almost never met in unsafe languages, so they don't get a lot of attention in mainstream compilers (e.g. LLVM)
On Wed, Jul 31, 2013 at 11:41 PM, David Jeske <[email protected]> wrote: > A technique worth noting in here is a strategy where they block > data-structures to fit in the cache by converting an array-of-structures to > a structure-of-arrays. > > shap
_______________________________________________ bitc-dev mailing list [email protected] http://www.coyotos.org/mailman/listinfo/bitc-dev
