Home | History | Annotate | Download | only in build

Lines Matching refs:psyco

40 # On Windows, Psyco shortens warm runs of build/gyp_chromium by about
42 # seconds. Conversely, memory usage of build/gyp_chromium with Psyco
45 # Psyco uses native libraries, so we need to load a different
47 # been tested whether using Psyco on our Mac and Linux builds is worth
53 import psyco
55 psyco = None
57 psyco = None
207 # Use the Psyco JIT if available.
208 if psyco:
209 psyco.profile()
210 print "Enabled Psyco JIT."