Commit 4bfb74b8 authored by Robert Bradshaw's avatar Robert Bradshaw

Permute optimizations.

parent cba29a05
......@@ -138,7 +138,7 @@ class Context(object):
_align_function_definitions,
MarkClosureVisitor(self),
ConstantFolding(),
# FlattenInListTransform(),
FlattenInListTransform(),
WithTransform(self),
DecoratorTransform(self),
AnalyseDeclarationsTransform(self),
......@@ -155,8 +155,8 @@ class Context(object):
OptimizeBuiltinCalls(self), ## Necessary?
IterationTransform(),
SwitchTransform(),
DropRefcountingTransform(),
# FinalOptimizePhase(self),
# DropRefcountingTransform(),
FinalOptimizePhase(self),
GilCheck(),
#ClearResultCodes(self),
#SpecialFunctions(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