代码搜索:optimization
找到约 10,000 项符合「optimization」的源代码
代码结果 10,000
www.eeworm.com/read/40450/1139376
psf a8255.psf
EDA_TOOL_SETTINGS(eda_palace)
{
USE_GENERATED_PHYSICAL_CONSTRAINTS = ON;
RESYNTHESIS_PHYSICAL_SYNTHESIS = NORMAL;
RESYNTHESIS_OPTIMIZATION_EFFORT = NORMAL;
RESYNTHESIS_RETIMING = FULL;
COMP
www.eeworm.com/read/40451/1139412
psf a8259.psf
EDA_TOOL_SETTINGS(eda_palace)
{
USE_GENERATED_PHYSICAL_CONSTRAINTS = ON;
RESYNTHESIS_PHYSICAL_SYNTHESIS = NORMAL;
RESYNTHESIS_OPTIMIZATION_EFFORT = NORMAL;
RESYNTHESIS_RETIMING = FULL;
COMP
www.eeworm.com/read/470720/1444340
c nrv1.c
// PR c++/5636
// Bug: the named return value optimization interfered with EH cleanups.
int c, d;
struct A
{
A() { ++c; }
~A() { ++d; }
};
A f()
{
A nrv;
throw 42;
return nrv;
}
int main
www.eeworm.com/read/470720/1444656
c stack1.c
// PR optimization/11198
// Origin: Joerg Walter
// Reduced testcase by: Volker Reichelt
// Wolfgang Bangerth
www.eeworm.com/read/470720/1450275
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/470720/1451540
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/470693/1456286
c nrv1.c
// PR c++/5636
// Bug: the named return value optimization interfered with EH cleanups.
int c, d;
struct A
{
A() { ++c; }
~A() { ++d; }
};
A f()
{
A nrv;
throw 42;
return nrv;
}
int main
www.eeworm.com/read/470693/1456602
c stack1.c
// PR optimization/11198
// Origin: Joerg Walter
// Reduced testcase by: Volker Reichelt
// Wolfgang Bangerth
www.eeworm.com/read/470693/1462221
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/470693/1463486
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