On 12/14/2012 7:08 AM, Paulo Pinto wrote:
So the question is if toy university compilers have flow analysis why not having it in D?
The compiler does do full data flow analysis in the optimizer pass. But, by then, it is intermediate code not D code.
On 12/14/2012 7:08 AM, Paulo Pinto wrote:
So the question is if toy university compilers have flow analysis why not having it in D?
The compiler does do full data flow analysis in the optimizer pass. But, by then, it is intermediate code not D code.