咨询与建议

限定检索结果

文献类型

  • 14 篇 期刊文献
  • 3 篇 会议

馆藏范围

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

日期分布

学科分类号

  • 16 篇 工学
    • 16 篇 计算机科学与技术...
    • 11 篇 软件工程

主题

  • 17 篇 static single as...
  • 6 篇 algorithms
  • 4 篇 languages
  • 4 篇 theory
  • 3 篇 code optimizatio...
  • 2 篇 experimentation
  • 2 篇 performance
  • 2 篇 compilers
  • 2 篇 control flow gra...
  • 2 篇 swap problem
  • 2 篇 data flow analys...
  • 2 篇 design
  • 2 篇 lost-copy proble...
  • 2 篇 dataflow analysi...
  • 2 篇 data-flow analys...
  • 1 篇 explicit paralle...
  • 1 篇 executable progr...
  • 1 篇 goal-oriented te...
  • 1 篇 profiling
  • 1 篇 constraint logic...

机构

  • 1 篇 ibm corp thomas ...
  • 1 篇 tokyo inst techn...
  • 1 篇 univ strasbourg ...
  • 1 篇 univ padua dipar...
  • 1 篇 colorado state u...
  • 1 篇 cornell univ dep...
  • 1 篇 wheaton coll dep...
  • 1 篇 tril dev grp aus...
  • 1 篇 inria camus team...
  • 1 篇 department of co...
  • 1 篇 ibm t. j. watson...
  • 1 篇 ucb lyon ens lyo...
  • 1 篇 hewlett packard ...
  • 1 篇 rice univ dept c...
  • 1 篇 tech univ denmar...
  • 1 篇 univ calif irvin...
  • 1 篇 ludwig maximilia...
  • 1 篇 tera computer co...
  • 1 篇 trilogy developm...
  • 1 篇 tera comp co sea...

作者

  • 2 篇 simpson lt
  • 2 篇 cooper kd
  • 1 篇 zadeck fk
  • 1 篇 darte alain
  • 1 篇 pingali k
  • 1 篇 ito yo
  • 1 篇 das d
  • 1 篇 probst christian...
  • 1 篇 gotlieb arnaud
  • 1 篇 naeem nomair a.
  • 1 篇 bilardi g
  • 1 篇 lo r
  • 1 篇 michael franz
  • 1 篇 wegman mn
  • 1 篇 lhotak ondrej
  • 1 篇 midkiff sp
  • 1 篇 franz michael
  • 1 篇 ramakrishna u
  • 1 篇 vick ca
  • 1 篇 preston briggs

语言

  • 15 篇 英文
  • 2 篇 其他
检索条件"主题词=static single assignment form"
17 条 记 录,以下是1-10 订阅
排序:
Algorithms for computing the static single assignment form
收藏 引用
JOURNAL OF THE ACM 2003年 第3期50卷 375-425页
作者: Bilardi, G Pingali, K Univ Padua Dipartimento Ingn Informaz I-35131 Padua Italy Cornell Univ Dept Comp Sci Ithaca NY 14853 USA
The static single assignment (SSA) form is a program representation used in many optimizing compilers. The key step in converting a program to SSA form is called phi-placement. Many algorithms for phi-placement have b... 详细信息
来源: 评论
Java bytecode verification via static single assignment form
收藏 引用
ACM TRANSACTIONS ON PROGRAMMING LANGUAGES AND SYSTEMS 2008年 第4期30卷 1–21页
作者: Gal, Andreas Probst, Christian W. Franz, Michael Univ Calif Irvine Irvine CA 92717 USA Tech Univ Denmark Kongens Lyngby Denmark
Java Virtual Machines (JVMs) traditionally perform bytecode verification by way of an iterative dataflow analysis. Bytecode verification is necessary to ensure type safety because temporary variables in the JVM are no... 详细信息
来源: 评论
Practical improvements to the construction and destruction of static single assignment form
收藏 引用
SOFTWARE-PRACTICE & EXPERIENCE 1998年 第8期28卷 859-881页
作者: Briggs, P Cooper, KD Harvey, TJ Simpson, LT Tera Comp Co Seattle WA 98102 USA Rice Univ Dept Comp Sci Houston TX 77005 USA Tril Dev Grp Austin TX 78730 USA
static single assignment (SSA) form is a program representation that is becoming increasingly popular for compiler-based code optimization. In this paper, we address three problems that have arisen in our use of SSA f... 详细信息
来源: 评论
Anticipation-based partial redundancy elimination for static single assignment form
收藏 引用
SOFTWARE-PRACTICE & EXPERIENCE 2004年 第15期34卷 1413-1439页
作者: VanDrunen, T Hosking, AL Wheaton Coll Dept Math & Comp Sci Wheaton IL 60187 USA Purdue Univ Dept Comp Sci W Lafayette IN 47907 USA
Partial redundancy elimination (PRE) is a program transformation that identifies and eliminates expressions that are redundant on at least one (but not necessarily all) execution paths of a program without increasing ... 详细信息
来源: 评论
Practical improvements to the construction and destruction of static single assignment form
收藏 引用
Software: Practice and Experience 1999年 第8期28卷
作者: Preston Briggs Keith D. Cooper Timothy J. Harvey L. Taylor Simpson Tera Computer Company 2815 Eastlake Ave. East Seattle WA 98102 USA Department of Computer Science Rice University 6100 S. Main - MS 132 Houston TX 77005 USA Trilogy Development Group 6034 W. Courtyard Dr. Austin TX 78730 USA
static single assignment (SSA) form is a program representation that is becoming increasingly popular for compiler-based code optimization. In this paper, we address three problems that have arisen in our use of SSA f... 详细信息
来源: 评论
Comparison and evaluation of back-translation algorithms for static single assignment forms
收藏 引用
COMPUTER LANGUAGES SYSTEMS & STRUCTURES 2009年 第2期35卷 173-195页
作者: Sassa, Masataka Ito, Yo Kohama, Masaki Tokyo Inst Technol Dept Math & Comp Sci Meguro Ku Tokyo 1528552 Japan
The static single assignment form (SSA form) is a popular intermediate representation in compilers. In the SSA form, the definition of each variable textually appears only once in the program by using a hypothetical f... 详细信息
来源: 评论
Studying Optimal Spilling in the Light of SSA
收藏 引用
ACM TRANSACTIONS ON ARCHITECTURE AND CODE OPTIMIZATION 2014年 第4期11卷 1–26页
作者: Colombet, Quentin Brandner, Florian Darte, Alain UCB Lyon ENS Lyon CNRS LIPUMR 5668INRIACompsys Lyon France ENSTA ParisTech U2IS Comp Sci & Syst Engn Dept Paris France
Recent developments in register allocation, mostly linked to static single assignment (SSA) form, have shown the benefits of decoupling the problem in two phases: a first spilling phase places load and store instructi... 详细信息
来源: 评论
A practical and fast iterative algorithm for φ-function computation using DJ graphs
收藏 引用
ACM TRANSACTIONS ON PROGRAMMING LANGUAGES AND SYSTEMS 2005年 第3期27卷 426-440页
作者: Das, D Ramakrishna, U Hewlett Packard Corp India Software Operat Bangalore 560052 Karnataka India Colorado State Univ Ft Collins CO 80523 USA
We present a new and practical method of computing phi-function for all variables in a function for static single assignment (SSA) form. The new algorithm is based on computing the Merge set of each node in the contro... 详细信息
来源: 评论
Operator strength reduction
收藏 引用
ACM TRANSACTIONS ON PROGRAMMING LANGUAGES AND SYSTEMS 2001年 第5期23卷 603-625页
作者: Cooper, KD Simpson, LT Vick, CA Rice Univ Houston TX 77251 USA Sun Microsyst Inc Palo Alto CA 94303 USA
Operator strength reduction is a technique that improves compiler-generated code by reformulating certain costly computations in terms of less expensive ones. A common case arises in array addressing expressions used ... 详细信息
来源: 评论
Partial redundancy elimination in SSA form
收藏 引用
ACM TRANSACTIONS ON PROGRAMMING LANGUAGES AND SYSTEMS 1999年 第3期21卷 627-676页
作者: Kennedy, R Chan, S Liu, SM Lo, R Tu, P Chow, F Silicon Graph Inc Mt View CA 94043 USA
The SSAPRE algorithm for performing partial redundancy elimination based entirely on SSA form is presented. The algorithm is formulated based on a new conceptual framework, the factored redundancy graph, for analyzing... 详细信息
来源: 评论