RE: Phase names in Core

2012-01-10 Thread Simon Peyton-Jones
2012 23:50 | To: GHC list | Subject: Phase names in Core | | I've noticed that -dverbose-core2core now (in 7.2) just prints "Simplifier" | before each simplifier phase where it used to print something like | "Simplifier Phase 1 [main]" or "Simplifier Phase 0 [po

Phase names in Core

2012-01-09 Thread Roman Leshchinskiy
I've noticed that -dverbose-core2core now (in 7.2) just prints "Simplifier" before each simplifier phase where it used to print something like "Simplifier Phase 1 [main]" or "Simplifier Phase 0 [post-liberate-case]". This was tremendously useful and now I never know where I am when looking at Co