Question: A source - code optimiser is a program that can optimise programs at source - code level, i . e . , a program O
A sourcecode optimiser is a program that can optimise programs at sourcecode level, ie a program O that reads a program P and outputs another program P which is equivalent to P but may be faster. A sourcecode optimiser is like a compiler, except the source and target languages are the same. Hence, we can describe a sourcecode optimizer for C written in C with the diagram Assume that you additionally have the following components: A compiler, written in ARM code, from C to ARM code. A machine that can execute ARM code. Some unspecified program P writen in C Now do the following: a Depict the above components as tombstone diagrams. b Show, using tombstone diagrams, the steps required to optimise P to P and then execute P
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
