Home | History | Annotate | Download | only in build

Lines Matching refs:psyco

36 # On Windows, Psyco shortens warm runs of build/gyp_chromium by about
38 # seconds. Conversely, memory usage of build/gyp_chromium with Psyco
41 # Psyco uses native libraries, so we need to load a different
43 # been tested whether using Psyco on our Mac and Linux builds is worth
49 import psyco
51 psyco = None
53 psyco = None
87 # Use the Psyco JIT if available.
88 if psyco:
89 psyco.profile()
90 print "Enabled Psyco JIT."