4 # Needed for Interpreter (and X86Compiler) to work.
6 support-subprotos = true
8 # 'support-new-methods' is needed for the X86Compiler to work; it allows new
9 # methods to be defined on existing classes. Dispatch for these new methods
10 # will be slower than for "baked-in" methods. Turn this off if you want the
11 # compiler to be the minimum size possible.
12 support-new-methods = true
14 # I really like to see this. If it bugs you, turn it off.
15 time-compilation = true