[CIL users] issues on modifying code in ext/cfg.ml in CIL

2010-07-20 Thread haihao shen
Hi all, Currently I am doing some work on CIL. I would like to obtain the conditional result (true/false) in the DOT file generated by CIL. Therefore, I modified the code in ext/cfg.ml. let d_cfgedge (src) () (dest) = match src.skind with | If (_, tb, fb, _) -> (if (List.mem dest tb

Re: [CIL users] points-to analysis performance

2010-07-20 Thread Christoph Spiel
Hello Olivier - On Fri, Jul 16, 2010 at 05:50:17PM +0200, Olivier Crameri wrote: > is there any documentation or paper somewhere that describes in more details > the points-to analysis module of CIL ? I'm afraid there is none; at least none I'm aware of. However, you can refer to the off