Lines Matching refs:psyco
44 # On Windows, Psyco shortens warm runs of build/gyp_chromium by about
46 # seconds. Conversely, memory usage of build/gyp_chromium with Psyco
49 # Psyco uses native libraries, so we need to load a different
51 # been tested whether using Psyco on our Mac and Linux builds is worth
57 import psyco
59 psyco = None
61 psyco = None
212 # Use the Psyco JIT if available.
213 if psyco:
214 psyco.profile()
215 print "Enabled Psyco JIT."