CSC373/406: 5 [5/13] Previous pageContentsNext page

Figure 5.2: Performance of vector sum functions.

opt-cpe-example

Figure 5.3: Vector abstract data type.

opt-vec-adt

Figure 5.8: Comparative performance of lower-case conversion routines.

opt-lower-linear

Figure 5.11: Block diagram of a modern processor.

opt-processor

Figure 5.13: Operations for first iteration of inner loop of combine4 for integer multiplication.

opt-ipc-stage0

Figure 5.14: Operations for first iteration of inner loop of combine4 for integer addition.

opt-isc-stage0

Figure 5.15: Scheduling of operations for integer multiplication with unlimited number of execution units.

opt-ipc-i

Figure 5.16: Scheduling of operations for integer addition with unbounded resource constraints.

opt-isc-i

Figure 5.17: Scheduling of operations for integer multiplication with actual resource constraints.

opt-ipc-r

Figure 5.18: Scheduling of operations for integer addition with actual resource constraints.

opt-isc-r

Figure 5.20: Operations for first iteration of inner loop of three-way unrolled integer addition.

opt-isc3-stage0

Figure 5.21: Scheduling of operations for three-way unrolled integer sum with bounded resource constraints.

opt-isc3-r

Figure 5.25: Operations for first iteration of inner loop of two-way unrolled, two-way parallel integer multiplication.

opt-ipc2x2-stage0

Figure 5.26: Scheduling of operations for two-way unrolled, two-way parallel integer multiplication with unlimited resources.

opt-ipc2x2-i

Figure 5.31: Scheduling of operations for list length function.

opt-ll-i

Figure 5.33: Code to write and read memory locations, along with illustrative executions.

opt-wr-sim

Figure 5.34: Detail of load and store units.

opt-load-store

Figure 5.35: Timing of write_read for example A.

opt-wr-i

Figure 5.36: Timing of write_read for example B.

opt-wrs-i

Figure 5.37: Profile results for different version of word frequency counting program.

opt-prof-all

Figure 5.37: Profile results for different version of word frequency counting program.

opt-prof-fast

Previous pageContentsNext page