Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In Considering memory system performance, two measures of memory access are of primary interest: the frequency of memory accesses for instructions versus data and the
In Considering memory system performance, two measures of memory access are
of primary interest: the frequency of memory accesses for instructions versus data
and the frequency of memory reads versus writes. Using the average Bench-
mark350-1809 instruction mix information for MIPS in the table below, find these
quantities for the integer benchmark:
a. The percentage of all memory accesses that are for data.
b. The percentage of all memory accesses that are memory reads, if 60% of data transfers are loads.
In considering memory system performance, two measures of memory access are of primary interest: the frequency of memory accesses for instructions versus data and the frequency of memory reads versus writes. Using the average Bench- mark350-1809 instruction mix information for MIPS in the table below, find these quantities for the integer benchmark 1. a. The percentage of all memory accesses that are for data b. The percentage of all memory accesses that are memory reads, if 60% of data transfers are loads Table of Average Benchmark350-1809 Instruction Class Frequencies Instruction class MIPS examples HLL correspondence Frequency Integer Fl. Pt Arithmetic add, sub, addi Operations in 48 assignment statements Data transfer References to data structures, such as arrays Operations in Iw, sw, lb, sb 45 39 Logical and, or, nor, andi, ori, sll, sr 4 assignment statements Conditional branch beq, bne, slt, slti if statements and loops Jump 18 6 0 Procedure calls, returns, and case/switch statements j, jr, jal In considering memory system performance, two measures of memory access are of primary interest: the frequency of memory accesses for instructions versus data and the frequency of memory reads versus writes. Using the average Bench- mark350-1809 instruction mix information for MIPS in the table below, find these quantities for the integer benchmark 1. a. The percentage of all memory accesses that are for data b. The percentage of all memory accesses that are memory reads, if 60% of data transfers are loads Table of Average Benchmark350-1809 Instruction Class Frequencies Instruction class MIPS examples HLL correspondence Frequency Integer Fl. Pt Arithmetic add, sub, addi Operations in 48 assignment statements Data transfer References to data structures, such as arrays Operations in Iw, sw, lb, sb 45 39 Logical and, or, nor, andi, ori, sll, sr 4 assignment statements Conditional branch beq, bne, slt, slti if statements and loops Jump 18 6 0 Procedure calls, returns, and case/switch statements j, jr, jalStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started