代码搜索:optimize

找到约 6,026 项符合「optimize」的源代码

代码结果 6,026
www.eeworm.com/read/117181/6110959

c optimize.c

/* Source for debugging optimimzed code test. cc -g -O -o optimize optimize.c */ int callee(); int test_opt; int main() { int a,b,c,d,e,f,g,h; a = 10;; /* Value propagate */ b
www.eeworm.com/read/117181/6110960

exp optimize.exp

# Copyright (C) 1998 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the
www.eeworm.com/read/111370/6156377

jsp optimize.jsp

www.eeworm.com/read/101082/6248455

c optimize.c

/* * Copyright (c) 1988-1990 The Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitt
www.eeworm.com/read/485945/6550943

h optimize.h

// optimize.h // 包含代码优化的相关参数和宏 /****************************************************************************** 优化选项试图用最精简的代码和最短的时间去完成所需的任务,但要付出的代价是尽量 少的作出错误的判断与检测,并且可能带来调试上的麻烦,所以当使用优化选项时,要对O
www.eeworm.com/read/482149/6628599

h optimize.h

// optimize.h // 包含代码优化的相关参数和宏 /****************************************************************************** 优化选项试图用最精简的代码和最短的时间去完成所需的任务,但要付出的代价是尽量 少的作出错误的判断与检测,并且可能带来调试上的麻烦,所以当使用优化选项时,要对O
www.eeworm.com/read/263146/11373721

ocf optimize.ocf

www.eeworm.com/read/345224/11825577

c optimize.c

/* * 68K/386 32-bit C compiler. * * copyright (c) 1997, David Lindauer * * This compiler is intended for educational use. It may not be used * for profit without the express written cons
www.eeworm.com/read/153764/12008484

h optimize.h

////////////////////////////////////////////////////////////////////////////// // // optimize.[h,cc] -- procedures for AST optimization // // Optimization is minimal. We detect leaf procedures and
www.eeworm.com/read/153764/12008489

cc optimize.cc

////////////////////////////////////////////////////////////////////////////// // // optimize.cc -- procedures for AST optimization // // The main entry point in this file is optimize_syntax_tree. /