The OpenD Programming Language

polly

When applied to a function, specifies that the function should be optimzed by Polly, LLVM's polyhedral optimizer. Useful for optimizing loops for data locatily, vectorization and parallelism.

Experimental!

Only effective when LDC was built with Polly included.

immutable
auto polly = _polly();

Meta