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
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
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