scispace - formally typeset
R

Ron Cytron

Researcher at IBM

Publications -  14
Citations -  3634

Ron Cytron is an academic researcher from IBM. The author has contributed to research in topics: Static single assignment form & Compiler. The author has an hindex of 12, co-authored 14 publications receiving 3496 citations.

Papers
More filters
Journal ArticleDOI

Efficiently computing static single assignment form and the control dependence graph

TL;DR: In this article, the authors present new algorithms that efficiently compute static single assignment forms and control dependence graphs for arbitrary control flow graphs using the concept of {\em dominance frontiers} and give analytical and experimental evidence that these data structures are usually linear in the size of the original program.
Proceedings ArticleDOI

An efficient method of computing static single assignment form

TL;DR: This paper presents strong evidence that static single assignment form and the control dependence graph can be of practical use in optimization, and presents a new algorithm that efficiently computes these data structures for arbitrary control flow graph.
Journal ArticleDOI

Interprocedural dependence analysis and parallelization

TL;DR: A method is presented that combines a deep analysis of program dependences with a broad analysis of the interaction among procedures, and a unified approach that integrates subscript analysis with aliasing and interprocedural information is presented.
Proceedings ArticleDOI

Automatic construction of sparse data flow evaluation graphs

TL;DR: An algorithm that constructs sparse evaluation graphs for forward or backward monotone data flow problems to err joy the advantages of solutions based on Static Single Assignment (SSA) form is presented.
Proceedings ArticleDOI

An overview of the PTRAN analysis system for multiprocessing

TL;DR: PTRAN-A: the currently operational analysis phase of PTRAN, which is both broad and deep, incorporating interprocedural information into dependence analysis.