Skip to main content

1984 | OriginalPaper | Buchkapitel

Optimization

verfasst von : William M. Waite, Gerhard Goos

Erschienen in: Compiler Construction

Verlag: Springer New York

Aktivieren Sie unsere intelligente Suche, um passende Fachinhalte oder Patente zu finden.

search-config
loading …

Optimization seeks to improve the performance of a program. A true optimum may be too costly to obtain because most optimization techniques interact, and the entire process of optimization must be iterated until there is no further change. In practice, therefore, we restrict ourselves to a fixed sequence of transformations that leads to useful improvement in commonly-occurring cases. The primary goal is to compensate for inefficiencies arising from the characteristics of the source language, not to lessen the effects of poor coding by the programmer. These inefficiencies are inherent in the concept of a high level language, which seeks to suppress detail and thereby simplify the task of implementing an algorithm.

Metadaten
Titel
Optimization
verfasst von
William M. Waite
Gerhard Goos
Copyright-Jahr
1984
Verlag
Springer New York
DOI
https://doi.org/10.1007/978-1-4612-5192-7_13