ironpython3 icon indicating copy to clipboard operation
ironpython3 copied to clipboard

Apply optimizations from astoptimizer

Open Horusiath opened this issue 8 years ago • 1 comments

Those would be probably a valuable addition for the generated output code: https://pypi.python.org/pypi/astoptimizer

Horusiath avatar Jul 28 '17 09:07 Horusiath

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.

slide avatar Jul 28 '17 19:07 slide