Principles of Program Analysis PDF Download

Are you looking for read ebook online? Search for your book and save it on your Kindle device, PC, phones or tablets. Download Principles of Program Analysis PDF full book. Access full book title Principles of Program Analysis by Flemming Nielson. Download full books in PDF and EPUB format.

Principles of Program Analysis

Principles of Program Analysis PDF Author: Flemming Nielson
Publisher: Springer
ISBN: 3662038110
Category : Computers
Languages : en
Pages : 465

Book Description
Program analysis utilizes static techniques for computing reliable information about the dynamic behavior of programs. Applications include compilers (for code improvement), software validation (for detecting errors) and transformations between data representation (for solving problems such as Y2K). This book is unique in providing an overview of the four major approaches to program analysis: data flow analysis, constraint-based analysis, abstract interpretation, and type and effect systems. The presentation illustrates the extensive similarities between the approaches, helping readers to choose the best one to utilize.