代码搜索:optimize
找到约 6,026 项符合「optimize」的源代码
代码结果 6,026
www.eeworm.com/read/208919/15231046
c memcpy.optimize.c
/*
The example demonstrating technique of memory copying optimization
by means of prefetching
*/
// CONFIGURATION
#define BLOCK_SIZE (1*M) // size of the copied block
// ATTEN
www.eeworm.com/read/470720/1445159
c optimize1.c
// Special g++ Options: -O2
//
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 18 May 2001
// Bug 2781. We forgot to copy addressabili
www.eeworm.com/read/470720/1445377
c optimize2.c
// Special g++ Options: -O2
//
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 26 May 2001
// Bug 2823. Inlineing the body of a thunk
www.eeworm.com/read/470720/1445405
c optimize4.c
// Build don't link:
//
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 24 Jul 2001
// Bug 3543. We forgot to resolve an OFFSET_REF
www.eeworm.com/read/470720/1445447
c optimize3.c
// Special g++ Options: -O2
//
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 29 May 2001
// Bug 2936. We ICE'd on tree inlining a fu
www.eeworm.com/read/470720/1447844
c optimize2.c
// Used to crash on the alpha with optimization.
// Special g++ Options: -w
extern "C" void abort (void);
struct Fix {
unsigned short l;
};
static inline void f (int len)
{
if (len > 65535)
www.eeworm.com/read/470693/1457105
c optimize1.c
// Special g++ Options: -O2
//
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 18 May 2001
// Bug 2781. We forgot to copy addressabili
www.eeworm.com/read/470693/1457323
c optimize2.c
// Special g++ Options: -O2
//
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 26 May 2001
// Bug 2823. Inlineing the body of a thunk
www.eeworm.com/read/470693/1457351
c optimize4.c
// Build don't link:
//
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 24 Jul 2001
// Bug 3543. We forgot to resolve an OFFSET_REF
www.eeworm.com/read/470693/1457393
c optimize3.c
// Special g++ Options: -O2
//
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 29 May 2001
// Bug 2936. We ICE'd on tree inlining a fu