Commit 290e8953 authored by Robert Bradshaw's avatar Robert Bradshaw

Enable FlattenInListTransform, IterationTransform.

parent 5c494cc1
...@@ -138,7 +138,7 @@ class Context(object): ...@@ -138,7 +138,7 @@ class Context(object):
_align_function_definitions, _align_function_definitions,
MarkClosureVisitor(self), MarkClosureVisitor(self),
ConstantFolding(), ConstantFolding(),
# FlattenInListTransform(), FlattenInListTransform(),
WithTransform(self), WithTransform(self),
DecoratorTransform(self), DecoratorTransform(self),
AnalyseDeclarationsTransform(self), AnalyseDeclarationsTransform(self),
...@@ -153,7 +153,7 @@ class Context(object): ...@@ -153,7 +153,7 @@ class Context(object):
_check_c_declarations, _check_c_declarations,
AnalyseExpressionsTransform(self), AnalyseExpressionsTransform(self),
OptimizeBuiltinCalls(self), ## Necessary? OptimizeBuiltinCalls(self), ## Necessary?
# IterationTransform(), IterationTransform(),
SwitchTransform(), SwitchTransform(),
# DropRefcountingTransform(), # DropRefcountingTransform(),
# FinalOptimizePhase(self), # FinalOptimizePhase(self),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment