代码搜索:optimization

找到约 10,000 项符合「optimization」的源代码

代码结果 10,000
www.eeworm.com/read/233448/4678500

c asm-block-5.c

/* APPLE LOCAL begin radar 4125900 */ /* Test interaction of optimization on memory references in CW asm block. */ /* { dg-do compile { target powerpc*-*-darwin* } } */ /* { dg-options "-fasm-blocks
www.eeworm.com/read/233448/4681873

c 20030221-1.c

/* PR optimization/8613 */ /* Contributed by Glen Nakamura */ extern void abort (void); int main (void) { char buf[16] = "1234567890"; char *p = buf; *p++ = (char) __builtin_strlen (buf);
www.eeworm.com/read/233448/4683136

c 20030220-1.c

/* PR optimization/9768 */ /* Originator: Randolph Chung */ inline int fixfloor (long x) { if (x >= 0) return (x >> 16); else return ~((~x) >> 16); } inline int fixtoi
www.eeworm.com/read/233448/4683364

c 20031011-1.c

/* APPLE LOCAL testsuite nested functions */ /* { dg-options "-fnested-functions" } */ /* PR optimization/12544 */ /* Origin: Tony Hosking */ /* Verify that non-local structur
www.eeworm.com/read/233448/4683479

c 20030314-1.c

/* PR optimization/8396 */ /* Originator: */ /* Verify that the tree inliner doesn't mess up the types when passing the value of read-only constant arguments. */ static in
www.eeworm.com/read/233448/4683550

c 20050215-1.c

/* PR tree-optimization/18947 */ extern __inline void f1 (void) { } extern __inline void f2 (void) { f1 (); } void f2 (void) {}
www.eeworm.com/read/233448/4684416

c 20031108-1.c

/* PR optimization/10467 */ /* { dg-do compile { target arm*-*-* xscale*-*-* strongarm*-*-* } } */ /* { dg-options "-O2 -mthumb" } */ typedef enum {Ident_1} Enumeration; typedef struct record {
www.eeworm.com/read/233448/4684908

c 20030626-1.c

/* PR optimization/11210 */ /* Originator: Guido Classen */ /* Reduced testcase by Falk Hueffner */ /* { dg-do compile } */ /* { dg-options "-O" } */ /* Verify that
www.eeworm.com/read/233448/4685570

c pr20017.c

/* PR rtl-optimization/20017 After CSE/GCSE folds a switch statement to an unconditional jump, cfg_cleanup did not remove a dead jump table, confusing the CFG layout code later on. */ /* {
www.eeworm.com/read/199943/5074841

c db_lock.c

/** \file db_lock.c * \brief Lock handler to detect application crashes * \author Matthias Andree * \date 2004 * * GNU GPL v2 * with optimization ideas by Pavel Kankovsky * * \attention * Thi