9345765907

9345765907



Level Description

0    Constant Folding: The compiler performs calculations that reduce expressions to numeric const3nts, where possible. This includes calculations of run-time addresses.

Simple Access Optimizing: The compiler optimizes 3ccess of internal data and bit addresses in the 8051 system.

Jump Optimizing: The compiler always extends jumps to the finał target. Jumps to jumps 3re eliminated.

1    Dead Codę Elimination: Unused codę fragments and artifacts are eliminated.

Jump Negation: Conditional jumps are closely examined to see if they can be streamlined or eliminated by the inversion of the test logie._

2    Data Overlaying: Data and bit segments suitable for static overlay are identified and internally marked. The BL51 Linker/Locator has the capability, through global data flow analysis, of selecting segments which can then be overlaid.

3    Peephole Optimizing: Redundant MOV instructions 3re removed. This includes unnecessary loading of objects from the memory as well as load operations with constants. Complex operations are replaced by simple operations when memory

_space or execution time can be Sąyęd._

4    Register Variables: Automatic variables 3nd function arguments are located in registers when possible. Reservation of data memory for these variables is omitted.

Extended Access Optimizing: Variables from the IDATA, XDATA, PDATA and CODĘ areas are directly included in operations. Intermediate registers are frequently unnecessary.

Local Common Subexpression Elimination: The compiler detects multiple uses of the same expression or subexpression. The result of the fiest expression is saved and reused when possible. Superfluous expression calculations are eliminated from the codę.

Case/Switch Optimizing: Codę involving switch and case statements is optimized using jump tables or jump strings.

Simple Loop Optimizing: Program loops th3t fili a memory rangę with a const3nt are converted and optimized.

5    Global Common Subexpression Elimination: Identical subexpressions within a function are calculated only once when possible. The intermediate result is stored in a register and reused.

6    Loop Rotation: Program loops are rotated if the resulting program codę is faster and morę efficient. The loop expression of for and while loops is evaluated once at the top of the loop and then at the bottom of the loop. This optimization generates morę codę but speeds up execution.

7    Extended Index Access Optimizing: DPTR is used for register variables where appropriate. Pointer and array access 3re optimized for both execution speed and codę size.

8    Common Taił Merging: When there are multiple calls to a single function, sonie of the setup codę can be reused, thereby reducing program size.

9    Common Błock Subroutines: Recurring instruction sequences are detected and converted into subroutines. The Cx51 Compiler rearranges codę to obtain larger recurring sequences.

10    Rearrange Codę (Linker Optimization): When detecting common błock subroutines, codę is rearranged to obtain larger

recurring sequences._

11    Reuse of Common Exit Codę (Linker Optimization): Identical exit sequences are reused. This may reduce the size of common błock subroutines even further. This optimization level generates the most compact program codę possible.



Wyszukiwarka

Podobne podstrony:
9. Chemical kinetics - calculating the ratę constant of the reactions and the progress of elementary
Performance Schema Table Descriptions Tables in the per formance_schema database can be grouped as f
Włodzimierz Bielecki, Krzysztof Kraska The assurance of the optimal performance for a program with t
f3 4 source codę description of class X The source filename (withoul the . j ava exten$ion) must be
f4 10 Name:
f4 7 Procedurę Attributes a Name:
00023 ?af22c93872cf7ae27cedeca48403b7 22 Molnau value of 4.2. The system performed slightly better
For the PPSM performance test, the complementary cu-mulative distribution function (CCDF) (CCDF = 1
COMPUTER SCIENCE DESCRIPTIONI JOB PROSPECTS The programme emphasizes practical aspects of Computer
ORGANIZATIONAL MANAGEMENT DESCRIPTION JOB PROSPECTS The undergraduate study in management prepares f
INFORMATION AND COMMUNICATION MANAGEMENT DESCRIPTIONI JOB PROSPECTS The international programme offe
15193 Obraz (83) unimportant in the description of signs. W hat this means is that he proposed a str
S The header address also describes the sequence for reassembly at the destination Computer so that
12 1 During the real business negotiation we distinguish parameters, which determine a goud level of
6 Contents Katarzyna Kita, Walenty Poczta, Anna Ziemińska: Changes in the level and structure of the

więcej podobnych podstron