ARM-GCC not optimizing array access in structs?

前端 未结 0 1484
天涯浪人
天涯浪人 2021-01-17 17:37

I have the following minimal example code:

typedef struct {
    unsigned long a[16];
    unsigned long b[16];
} myStruct_t;

myStruct_t myStruct;

unsigned lo         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题