Commit 9255da38 authored by Stefan Behnel's avatar Stefan Behnel

reenable optimisations to prevent their tests from failing, tiny cleanup

parent 86f38e66
......@@ -155,12 +155,10 @@ class Context(object):
OptimizeBuiltinCalls(self), ## Necessary?
IterationTransform(),
SwitchTransform(),
# DropRefcountingTransform(),
# FinalOptimizePhase(self),
DropRefcountingTransform(),
FinalOptimizePhase(self),
GilCheck(),
#ClearResultCodes(self),
#SpecialFunctions(self),
#CreateClosureClasses(context),
]
def create_pyx_pipeline(self, options, result, py=False):
......
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