tries to use python-psyco

git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@139 014f5005-505e-4b48-8d0a-63407b615a7c
This commit is contained in:
LtWorf
2009-04-29 12:06:30 +00:00
parent ac0d6fae85
commit a877fd2dcf
2 changed files with 7 additions and 1 deletions

View File

@@ -43,4 +43,4 @@ def duplicated_select(n):
changes+=duplicated_select(n.left)
return changes
general_optimizations=[duplicated_select]
general_optimizations=[duplicated_select]