Lines Matching refs:psyco
22 # On Windows, Psyco shortens warm runs of build/gyp_chromium by about
24 # seconds. Conversely, memory usage of build/gyp_chromium with Psyco
27 # Psyco uses native libraries, so we need to load a different
29 # been tested whether using Psyco on our Mac and Linux builds is worth
35 import psyco
37 psyco = None
39 psyco = None
101 # Use the Psyco JIT if available.
102 if psyco:
103 psyco.profile()
104 print "Enabled Psyco JIT."