Page 1 of 1

Transformer code

Posted: Mon Oct 17, 2011 5:51 am
by deeplind07
Could some one please tell me why tranformer logic is compiled as C++ and why not other stages?

Thanks!!

Posted: Mon Oct 17, 2011 3:26 pm
by ray.wurlod
Other stages have unvarying methods, so don't need further compilation.

Posted: Mon Oct 17, 2011 10:02 pm
by deeplind07
what do u mean by UNVARYING method and FURTHER compilation

Posted: Mon Oct 17, 2011 10:24 pm
by chulett
As in what they do does not vary, the other stages do one thing and that thing is accomplished by the OSH script they generate.

Posted: Mon Oct 17, 2011 10:47 pm
by deeplind07
Thanks

Posted: Mon Oct 17, 2011 11:28 pm
by ray.wurlod
Every operator in the framework has already been compiled into a class. That's what I mean by them not requiring further compilation.