workload
benchmark
Million instructions per second (MIPS)
Amdahl’s law definition
harvard architecture
Fallacy: The performance enhancement possible with a given improvement is __.
Amdahl’s law formula
exec. time after improvement =
exec. time affected by improvement / amount of improvement + unaffected time
Fallacy: Designing for performance and designing for energy efficiency are __.
Fallacy: computers at low utilization use __.
It’s important to use all __ when predicting performance
the only valid and and unimpeachable measure of performance is __.
procedure
branch-and-link instruction
caller
callee
return address
program counter
stack
stack pointer
push
add element to stack
pop
remove element from stack
global pointer
The register that is reserved to point to static/global data within a program
procedure frame/activation record
The segment of the stack containing a procedure’s saved registers and local variables (ex. array, floats)
text segment
portion of an object file or the corresponding section of the program’s virtual address space that contains executable instructions