Steensgaard's algorithm

Points to-analysis Pointer analysis is a very important technique used in code optimizations. Bjarne Steensgaard presented an idea of reducing points-to analysis to type inference and type checking, thereby modeling a linear space and almost linear time algorithm for points-to set computation.

Steensgaard proposed the points-to analysis for a small imperative but generic pointer language which captures the essential properties of other common pointer languages like C. He has proposed language semantics and typing rules which he use for the analysis.

References

This article is issued from Wikipedia - version of the 10/16/2015. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.