Commit cba29a05 authored by Robert Bradshaw's avatar Robert Bradshaw

Re-enable DropRefcountingTransform.

parent 678c8168
......@@ -155,7 +155,7 @@ class Context(object):
OptimizeBuiltinCalls(self), ## Necessary?
IterationTransform(),
SwitchTransform(),
# DropRefcountingTransform(),
DropRefcountingTransform(),
# FinalOptimizePhase(self),
GilCheck(),
#ClearResultCodes(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