Re: [CIL users] New feature: CIL plugins

2013-10-11 Thread Jonathan Kotker
Thanks for that suggestion, Alex. I will try that out. In the meantime, it seems as though a beta-tester is having a problem with the Cilly compilation that I distributed. Here is the command that is being run: C:\gametime\gametime-1.0>perl /cygdrive/c/Python27/Lib/site- packages/gametime-1. 0-py

Re: [CIL users] loop unrolling

2013-10-11 Thread sonamt
It worked by creating new statements. True that was an issue of physical location. Thanks a lot > On Fri, Oct 11, 2013 at 06:06:54PM +0530, son...@iitk.ac.in wrote: >> Is there any inbuilt feature for loop unrolling? > > I don't think so. > >> I am trying to implement loop unrolling, if i cop

Re: [CIL users] loop unrolling

2013-10-11 Thread Gabriel Kerneis
On Fri, Oct 11, 2013 at 06:06:54PM +0530, son...@iitk.ac.in wrote: > Is there any inbuilt feature for loop unrolling? I don't think so. > I am trying to implement loop unrolling, if i copy all the statements one > by one then the location remains same for the particular statement. I'm not sur

[CIL users] loop unrolling

2013-10-11 Thread sonamt
Hi Gabriel, Is there any inbuilt feature for loop unrolling? I am trying to implement loop unrolling, if i copy all the statements one by one then the location remains same for the particular statement. And later if i try to visit(using cil visitor) these unrolled statements i m unable to d

Re: [CIL users] New feature: CIL plugins

2013-10-11 Thread Alex Susu
Hi. I am new to findlib and ocamlfind. I didn't manage to get my module linked into the CIL executables with the new build system, so I started looking at the Makefile, more specifically variables OCAMLFIND_DESTDIR and then CIL_DEFAULT_PLUGINS, which is used to write in the main folde