A Single-Pass Algorithm for Eliminating Constraint Checks in Ada Programs (Classic Reprint) - Tapa blanda

Operowsky, H.

 
9781333549657: A Single-Pass Algorithm for Eliminating Constraint Checks in Ada Programs (Classic Reprint)

Sinopsis

Excerpt from A Single-Pass Algorithm for Eliminating Constraint Checks in Ada Programs

In the remainder of the chapter, test and check will be used as synonyms for the term constraint check.

Unfortunately, because these checks are performed at run-time, there is a (possibly severe) performance penalty associated with them. In recognition of that penalty, the language provides the programmer with the means of not generating these tests through use of the suppress pragma.

About the Publisher

Forgotten Books publishes hundreds of thousands of rare and classic books. Find more at www.forgottenbooks.com

This book is a reproduction of an important historical work. Forgotten Books uses state-of-the-art technology to digitally reconstruct the work, preserving the original format whilst repairing imperfections present in the aged copy. In rare cases, an imperfection in the original, such as a blemish or missing page, may be replicated in our edition. We do, however, repair the vast majority of imperfections successfully; any imperfections that remain are intentionally left to preserve the state of such historical works.

"Sinopsis" puede pertenecer a otra edición de este libro.

Reseña del editor

Excerpt from A Single-Pass Algorithm for Eliminating Constraint Checks in Ada Programs

In the remainder of the chapter, test and check will be used as synonyms for the term constraint check.

Unfortunately, because these checks are performed at run-time, there is a (possibly severe) performance penalty associated with them. In recognition of that penalty, the language provides the programmer with the means of not generating these tests through use of the suppress pragma.

About the Publisher

Forgotten Books publishes hundreds of thousands of rare and classic books. Find more at www.forgottenbooks.com

This book is a reproduction of an important historical work. Forgotten Books uses state-of-the-art technology to digitally reconstruct the work, preserving the original format whilst repairing imperfections present in the aged copy. In rare cases, an imperfection in the original, such as a blemish or missing page, may be replicated in our edition. We do, however, repair the vast majority of imperfections successfully; any imperfections that remain are intentionally left to preserve the state of such historical works.

Reseña del editor

Excerpt from A Single-Pass Algorithm for Eliminating Constraint Checks in Ada Programs

The generated code for a range or index check consists of a test that the expression is greater than or equal to the lower bound of the indicated range, and less than or equal to the upper bound of that range. The generated code for a discriminant check or access check is a test of equality. Thus, all constraint checks may be generalized to assume the following form.

About the Publisher

Forgotten Books publishes hundreds of thousands of rare and classic books. Find more at www.forgottenbooks.com

This book is a reproduction of an important historical work. Forgotten Books uses state-of-the-art technology to digitally reconstruct the work, preserving the original format whilst repairing imperfections present in the aged copy. In rare cases, an imperfection in the original, such as a blemish or missing page, may be replicated in our edition. We do, however, repair the vast majority of imperfections successfully; any imperfections that remain are intentionally left to preserve the state of such historical works.

"Sobre este título" puede pertenecer a otra edición de este libro.

Otras ediciones populares con el mismo título