Skip to content
  • Ian Lynagh's avatar
    Add --slow (and --fast) options to validate · 982f6e54
    Ian Lynagh authored
    slow mode is 14% slower than normal. It uses -DDEBUG for the stage 2
    compiler, and -XGenerics for the stage 2 compiler and the libraries.
    I believe that most of the slowdown is actually caused by -XGenerics
    rather than -DDEBUG.
    982f6e54