代码搜索:optimized

找到约 6,562 项符合「optimized」的源代码

代码结果 6,562
www.eeworm.com/read/189368/8473536

xrf a2d.xrf

WIN32 LX51 CODE BANKING LINKER/LOCATOR V05.01.17 INTER-MODULE CROSS-REFERENCE LISTING ------------------------------------ NAME. . . . . . . . USAGE MODULE NAMES ------
www.eeworm.com/read/162614/5529992

c update-loopch.c

/* { dg-options "-O2 -fdump-tree-tree_profile-blocks -fdump-tree-optimized-blocks" } */ int max = 33333; int a[8]; int main () { int i; for (i = 0; i < max; i++) { a[i % 8]++; } re
www.eeworm.com/read/162614/5530440

c wholeprogram-2.c

/* { dg-options "-O2 -fdump-tree-optimized -fwhole-program" } */ __attribute__ ((externally_visible)) void externally_visible_function () { } /* { dg-final { scan-tree-dump "externally_visible_functio
www.eeworm.com/read/162614/5529989

c val-prof-1.c

/* { dg-options "-O2 -fdump-tree-optimized -fdump-tree-tree_profile" } */ int a[1000]; int b = 256; int c = 257; main () { int i; int n; for (i = 0; i < 1000; i++) { if (i % 17) n = c
www.eeworm.com/read/162614/5529998

c val-prof-5.c

/* { dg-options "-O2 -fdump-tree-optimized -fdump-tree-tree_profile" } */ int a[1000]; int b=997; main() { int i; for (i = 0; i < 1000; i++) if (a[i]) a[i]/=b; else a[i]/=b; return 0; } /
www.eeworm.com/read/185661/8993628

makefile

# -*- makefile -*- # Makefile for Unix with gcc compiler CC=g++ # if you use egcs-2.90.* version of GCC please add option -fno-exceptions # to reduce code size and increase performance VERSI
www.eeworm.com/read/382242/9040884

c load.c

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + + load.c - this file implements load instructions
www.eeworm.com/read/382242/9041104

c load.c

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + + load.c - this file implements load instructions
www.eeworm.com/read/371958/9528628

c load.c

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + + load.c - this file implements load instructions
www.eeworm.com/read/371958/9528791

c load.c

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + + load.c - this file implements load instructions