咨询与建议

限定检索结果

文献类型

  • 4 篇 期刊文献

馆藏范围

  • 4 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 3 篇 工学
    • 2 篇 计算机科学与技术...
    • 2 篇 软件工程
  • 2 篇 理学
    • 2 篇 数学
    • 1 篇 统计学(可授理学、...

主题

  • 4 篇 optimization of ...
  • 2 篇 compilers
  • 2 篇 program analysis
  • 2 篇 interval analysi...
  • 2 篇 compiler
  • 2 篇 flow graph reduc...
  • 1 篇 dead code elimin...
  • 1 篇 markov chains
  • 1 篇 topological sort
  • 1 篇 control flow gra...
  • 1 篇 live variables
  • 1 篇 cocke-allen inte...
  • 1 篇 strongly connect...
  • 1 篇 sparse matrix in...
  • 1 篇 test replacement
  • 1 篇 graph theory
  • 1 篇 use-definition c...
  • 1 篇 space complexity
  • 1 篇 expected frequen...
  • 1 篇 global data flow...

机构

  • 1 篇 department of ma...
  • 1 篇 department of ma...
  • 1 篇 ibm corp thomas ...
  • 1 篇 rice univ dept m...
  • 1 篇 ibm thomas j. wa...

作者

  • 2 篇 kennedy k
  • 1 篇 ken kennedy
  • 1 篇 cocke j
  • 1 篇 cocke john
  • 1 篇 kennedy ken

语言

  • 3 篇 英文
  • 1 篇 其他
检索条件"主题词=Optimization of compiled code"
4 条 记 录,以下是1-10 订阅
排序:
ALGORITHM FOR REDUCTION OF OPERATOR STRENGTH
收藏 引用
COMMUNICATIONS OF THE ACM 1977年 第11期20卷 850-856页
作者: COCKE, J KENNEDY, K IBM CORP THOMAS J WATSON RES CTRYORKTOWN HTSNY 10598 RICE UNIV DEPT MATH SCIHOUSTONTX 77001
A simple algorithm which uses an indexed temporary table to perform reduction of operator strength in strongly connected regions is presented. Several extensions, including linear function test replacement, are discus... 详细信息
来源: 评论
USE-DEFINITION CHAINS WITH APPLICATIONS
收藏 引用
COMPUTER LANGUAGES 1978年 第3期3卷 163-179页
作者: KENNEDY, K Department of Mathematical Sciences William Marsh Rice University Houston TX 77001 U.S.A.
Methods of compile-time program analysis for automatic code optimization usually include control flow analysis, in which possible execution flow paths are modeled, and data flow analysis, in which data relatiohsips ar... 详细信息
来源: 评论
Profitability computations on program flow graphs
收藏 引用
Computers and Mathematics with Applications 1976年 第2期2卷 145-159页
作者: Cocke, John Kennedy, Ken IBM Thomas J. Watson Research Center Yorktown Heights NY 10598 United States Department of Mathematical Sciences Rice University Houston TX 77001 United States
The "profitability" of code optimizations is defined in terms of a Markov model of program flow. A system of linear equations for the expected frequency of execution of blocks of a program is derived. A solu... 详细信息
来源: 评论
A Comparison of Two Algorithms for Global Data Flow Analysis
收藏 引用
SIAM Journal on Computing 1976年 第1期5卷 158-180页
作者: Ken Kennedy
The problem of determining the points in a program at which variables are “live” (will be used again) is introduced and discussed. Two solutions, one which uses a simple iterative algorithm and one which uses an alg... 详细信息