gcc: freestanding option with higher optimisation results in larger code

后端 未结 0 1109
后悔当初
后悔当初 2020-12-01 00:13

When compiling with higher optimisation flags (eg: -O3), gcc will assemble code like this:

extern unsigned char g_wibble[200];

int test(void) 
{
    int i;
          


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