Map
Index
Random
Help
th

Quote: suggestions for improving low-level performance; careful of inner loops, parallelism, setup

topics > all references > references sa-sz > QuoteRef: schnB1_1997 , p. 245



Topic:
efficiency

Quotation Skeleton

Following are some general [performance] issues to be … -- Unroll loops. … -- Avoid intrinsically expensive instructions … For example, on a Pentium, a variable rotate/shift … requires four clocks and cannot be paired with … -- Limit the number of variables. … -- Limit table size. … -- Allow parallelism. The general idea is to … [concurrently] … [p. 246] -- Allow setup time for table indexing … . [p. 248] [For example,] use the previous value of … for lookahead computation.   Google-1   Google-2

Copyright clearance needed for quotation.


Related Topics up

Topic: efficiency (96 items)

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