Map
Index
Random
Help
th

Quote: condition codes difficult to optimize; use values instead and generate condition codes at final assembly; uses peephole optimization

topics > all references > references a-b > QuoteRef: auslM6_1982 , p. 44



Group:
conditional control
Topic:
code optimization by special case analysis
Topic:
code optimization by flow analysis

Quotation Skeleton

Final assembly must also deal with condition codes. … IL does not have condition codes. Rather, compare … conditional branches. … Final assembly performs two local fix ups … Whenever … its assigned register is not the condition register, … In addition, some compares with zero are eliminated … seen to make the compare redundant.   Google-1   Google-2

Copyright clearance needed for quotation.


Related Topics up

Group: conditional control   (7 topics, 142 quotes)
Topic: code optimization by special case analysis (22 items)
Topic: code optimization by flow analysis (45 items)

Copyright © 2002-2008 by C. Bradford Barber. All rights reserved.
Thesa is a trademark of C. Bradford Barber.