Why is assembler allocating too muchh space for c array

后端 未结 0 1816
Happy的楠姐
Happy的楠姐 2020-12-01 06:14

Consider the following programme:

int main()
{
   int arr[8];
}

When compiling with gcc 9.3.0 on linux 20 the deassembly of the file looks li

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