dmd.backend.gsroa

SROA structured replacement of aggregate optimization

This 'slices' a two register wide aggregate into two separate register-sized variables, enabling much better enregistering. SROA (Scalar Replacement Of Aggregates) is the common term for this.

Compiler implementation of the D programming language.

Members

Manifest constants

NOTSLICE
enum NOTSLICE;

Determine if e is a slice.

Meta