![HP nld Скачать руководство пользователя страница 89](http://html.mh-extra.com/html/hp/nld/nld_manual_165146089.webp)
noft Utility
nld and noft Manual — 520384-003
4- 11
Debugging With noft
At optimization level 1, the native compiler:
•
Optimizes across statement boundaries to remove
nop
instructions.
•
Uses registers instead of memory.
•
Optimizes by finding common subexpressions.
•
At optimization level 2, the native compiler:
•
Replaced the variable
i
with a derived pointer expression or an induction variable.
•
Eliminates the parameter load and store operations at the procedure entrance by
placing the code inline. This can result in a larger object file.
•
Optimizes across compound statement boundaries. (A loop is an example of a
compound statement.)
•
Uses registers instead of using memory extensively.
•
Changes the loop to load four values at a time instead of one value at a time.
The difference between
optimize 1
and
optimize 2
is typically much less than it
is in
Example 4-3
on page 4-7. This example was chosen to show how the compiler
optimization can result in quite different code at the source statement level. The
program at
optimize 2
steps though the loop five times instead of 20 times. The
value of
b
is also quite different in each loop.
Содержание nld
Страница 12: ...Contents nld and noft Manual 520384 003 x ...
Страница 16: ...What s New in This Manual nld and noft Manual 520384 003 xiv Miscellaneous ...
Страница 22: ...About This Manual nld and noft Manual 520384 003 xx Change Bar Notation ...
Страница 28: ...Introduction to the Utilities nld and noft Manual 520384 003 1 6 strip ...
Страница 60: ...nld Utility nld and noft Manual 520384 003 2 32 Declaration and Definition ...
Страница 78: ...nld Options nld and noft Manual 520384 003 3 18 y ...
Страница 90: ...noft Utility nld and noft Manual 520384 003 4 12 Debugging With noft ...
Страница 150: ...strip Utility nld and noft Manual 520384 003 7 2 ...
Страница 160: ...Converting From Binder to nld and noft nld and noft Manual 520384 003 9 8 Comparing Binder Commands to noft Options ...
Страница 242: ...nld Diagnostic Messages nld and noft Manual 520384 003 10 82 Informational Messages ...
Страница 278: ...noft Diagnostic Messages nld and noft Manual 520384 003 11 36 Syntax Errors ...
Страница 286: ...ar Diagnostic Messages nld and noft Manual 520384 003 12 8 ...
Страница 314: ...Sample nld and noft Session nld and noft Manual 520384 003 A 28 LISTSRLFIXUPS ...
Страница 330: ...Index nld and noft Manual 520384 003 Index 10 Special Characters ...