Table of Contents

Name

recinfo - find recursion information

Synopsis

recinfo infile outfile { infile outfile } *

Description

The recinfo program does simple analysis to find procedures that are guaranteed not to be called recursively, directly or indirectly. It only keeps one procedure in memory at a time and only runs one pass on each procedure.

History

This program was written by Chris Wilson.


Table of Contents