Re: [CIL users] New feature: CIL plugins

2013-09-17 Thread Jonathan Kotker
Ah, sorry for the spam -- but it seems that due to differing versions of my code, I was accidentally running the version of the code that still had the batch file, so I spoke too soon. It turns out that I still need it. Oh well. :/ On 17 September 2013 14:18, Jonathan Kotker wrote: > With the he

Re: [CIL users] New feature: CIL plugins

2013-09-17 Thread Jonathan Kotker
With the help of Alex Susu, I found out a way within Python to call the Cilly driver directly, without having to resort to a batch file, so it looks like you don't have to add it, Gabriel. :) Thanks to everyone for all of the help. On 16 September 2013 21:29, Jonathan Kotker wrote: > Thanks, Ga

[CIL users] Dead code elimination

2013-09-17 Thread Alex Susu
Hi. Did anybody use Dead code elimination (DCE)? I played a bit with it the last days - it basically does as it's written "Eliminate assignment instructions whose results are not used". I managed to run successfully DCE on reasonably complex C functions. There is a small trick, t