ironpython3
ironpython3 copied to clipboard
Apply optimizations from astoptimizer
Those would be probably a valuable addition for the generated output code: https://pypi.python.org/pypi/astoptimizer
The AST that IronPython uses is different from what CPython uses. There may be some things that we can pull in, but in general the ASt transforms probably won't apply.