Version: Unity 6.6 Beta (6000.6)
Language : English
Loop vectorization
Introduction to memory aliasing

Burst memory aliasing

Use memory aliasing to provide Burst with information about how your code uses data, which it can use to create runtime optimizations.

Topic Description
Introduction to memory aliasing Understand how memory aliasing works and how you can use it to make Burst generate more efficient runtime code.
NoAlias attribute Use the [NoAlias] attribute to give Burst additional information on the aliasing of pointers and structs.
Aliasing and the job system Understand the special limitations that apply for aliasing within jobs.

Additional resources

Loop vectorization
Introduction to memory aliasing