Add dumping of native code gen stats to file.
authorBen.Lippmeier@anu.edu.au <unknown>
Fri, 17 Aug 2007 14:37:30 +0000 (14:37 +0000)
committerBen.Lippmeier@anu.edu.au <unknown>
Fri, 17 Aug 2007 14:37:30 +0000 (14:37 +0000)
commit475940d68ab79a5f352ccaca485baa17a2df0765
tree53b42bc9cac164be6ba6b579fae99154e48ba48d
parentf0d0e9d63ee27a12e80b6f069be5e9d4b55ca545
Add dumping of native code gen stats to file.

Compiling module Foo with -ddrop-asm-stats produces a file
called Foo.dump-asm-stats which will contain increasingly
interesting information.
compiler/main/CodeOutput.lhs
compiler/main/DynFlags.hs
compiler/nativeGen/AsmCodeGen.lhs
compiler/nativeGen/RegSpill.hs