Hi Vijayaraghavan,
On Tue, Mar 29, 2011 at 08:31:55PM +0800, Vijayaraghavan Murali wrote:
> I'm using CIL's dopartial to play with constant propagation. It's very
> painful to look through manually in the output program to see if
> constant propagation has been applied somewhere, and where.
I also noticed that CIL performs interprocedural partial evaluation in
addition to constant prop. I need to disable this in order to just
observe the effects of constant prop. Is there an option to do it (I
doubt though)?
---
Vijayaraghavan Murali
http://www.comp.nus.edu.sg/~mvijayar
On Tues
Hello,
I'm using CIL's dopartial to play with constant propagation. It's very
painful to look through manually in the output program to see if
constant propagation has been applied somewhere, and where. Turning on
verbose mode too doesn't help.
Is there a way to get any sort of information dur