Prep For TI - Embedded SW (With Sample Questions)
Prep For TI - Embedded SW (With Sample Questions)
Prep For TI - Embedded SW (With Sample Questions)
Therefore, implementation 3 would be slowest, since, this implementation access variables stored in .data section a greater
number of times.
Implementation 2 is the fastest because, even without any compiler optimization, local_sum would be stored in .stack which
is present in L1RAM.