Details
Description
As a developer, I want all resource data be aligned to 4 byte boundaries so that I can remove unaligned access guards from the runtime code for clarity and for performance reasons.
In order to do so, one needs resource data to be 4 byte aligned both internally (so that if it starts with 4 byte alignment it stays in 4 byte aligned in all fields) and externally (so that the data starts with 4 byte alignment).
Attachments
Issue Links
- is required for
-
QSR-353 Make the generated binary output from SafeRenderer files with rcc be MISRA compiliant
-
- Closed
-