Re: [CIL users] Need help with CIL constant propagation

2011-03-29 Thread Christoph Spiel
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.

Re: [CIL users] Need help with CIL constant propagation

2011-03-29 Thread Vijayaraghavan Murali
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

[CIL users] Need help with CIL constant propagation

2011-03-29 Thread Vijayaraghavan Murali
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