FIRESTARTER: A Processor Stress Test Utility. This repository contains the source code generator. Our releases (including the generated source code and precompiled binaries) are available at https://tu-dresden.de/zih/firestarter/.
[ ] Abstract memory fence between X86 and ARMv8, also select correct memory fence for ARMv8
Open Questions
Should the function IDs start at 1 for each ISA (x86_64, armv8 etc.) or should they be in sequence (available function report will show also x86_64 functions on ARM?)
DoD
--cpu-bind
string into its own class. allow setting thread affinity based on this result. This is orthogonal to #74.Open Questions