
19 Oct
2015
19 Oct
'15
6:14 p.m.
On Oct 19, 2015, at 5:18 PM, Ömer Sinan Ağacan
cost of debugging this way is huge, given how long it's taking to rebuild GHC)
There are more interesting parts of your post, but I can respond to this: It shouldn't take that much time. Once you have ghc-stage2 built, you should be able to say `make 2` in the ./ghc subdirectory and get a new binary in a few seconds. Using `make 1` in the ./compiler subdirectory works similarly for the stage1 compiler. But only once it's built the first time. Richard