string-insns.c
来自「Mac OS X 10.4.9 for x86 Source Code gcc」· C语言 代码 · 共 10 行
C
10 行
/* APPLE LOCAL Disable string insns with -Os on Darwin (radar 3509006) *//* { dg-do compile { target powerpc*-apple-darwin* } } *//* { dg-options "-Os" } *//* On ppc at Apple, -Os should not use string instructions. 3509006. */struct s { int a; int b; int c; };int foo (struct s* p, struct s* q) { *p = *q;}/* { dg-final { scan-assembler-not "lswi" } } */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?