Commit f354f940 authored by Robert Bradshaw's avatar Robert Bradshaw

Another necessary "optimization."

parent 1afca47f
......@@ -138,7 +138,7 @@ class Context(object):
_align_function_definitions,
MarkClosureVisitor(self),
ConstantFolding(),
# FlattenInListTransform(),
# FlattenInListTransform(),
WithTransform(self),
DecoratorTransform(self),
AnalyseDeclarationsTransform(self),
......@@ -148,7 +148,7 @@ class Context(object):
EarlyReplaceBuiltinCalls(self), ## Necessary?
MarkAssignments(self),
MarkOverflowingArithmetic(self),
# TransformBuiltinMethods(self),
TransformBuiltinMethods(self),
IntroduceBufferAuxiliaryVars(self),
_check_c_declarations,
AnalyseExpressionsTransform(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