Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.32 KB

File metadata and controls

30 lines (17 loc) · 1.32 KB

Demo programs used to test each compiler pass

The following directories contains programs and bash scripts that were used to test each compiler pass.

Testing for AoS detection

Please enter the directory ./Detection/AoS and refer to the included README file for further instructions.

Testing for AoSoA and SoA detection

Please enter the directory ./Detection/SoA+AoSoA and refer to the included README file for further instructions.

Testing for Structure Field Reordering

Please enter the directory ./Optimisations/StructFieldReordering and refer to the included README file for further instructions.

Testing for Structure Peeling

Please enter the directory ./Optimisations/StructPeeling and refer to the included README file for further instructions.

Testing for Structure Splitting

Please enter the directory ./Optimisations/StructSplitting and refer to the included README file for further instructions.

Navigation: