Commit 5c494cc1 authored by Robert Bradshaw's avatar Robert Bradshaw

Another needed optimization.

parent f354f940
......@@ -148,11 +148,11 @@ class Context(object):
EarlyReplaceBuiltinCalls(self), ## Necessary?
MarkAssignments(self),
MarkOverflowingArithmetic(self),
TransformBuiltinMethods(self),
TransformBuiltinMethods(self), ## Necessary?
IntroduceBufferAuxiliaryVars(self),
_check_c_declarations,
AnalyseExpressionsTransform(self),
# OptimizeBuiltinCalls(self),
OptimizeBuiltinCalls(self), ## Necessary?
# IterationTransform(),
SwitchTransform(),
# DropRefcountingTransform(),
......
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