📄 lazy-binding-1.c
字号:
/* { dg-do compile { target nomips16 } } *//* { dg-mips-options "-mabicalls -mshared -mexplicit-relocs -O2 -fno-delayed-branch" } */void bar (void);voidfoo (int n){ while (n--) { bar (); bar (); }}/* There should be exactly five uses of $25: one to set up $gp, two to load the address of bar (), and two to call it. *//* { dg-final { scan-assembler-times "\tl.\t\\\$25,%call16\\\(bar\\\)" 2 } } *//* { dg-final { scan-assembler-times "\tjalr\t\\\$25" 2 } } *//* { dg-final { scan-assembler "(\\\$28,|\t.cpload\t)\\\$25" } } *//* { dg-final { scan-assembler-times "\\\$25" 5 } } */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -