| > Ian, could you do a little archaeology to find which patch changed these
| > pragmas?  But probably the right thing to do is to put them back to
| > being inlined.
|
| They seem to have been like this since the beginning of time, so I've
| put the #s in.

Great

| There are 3 broken specializes at the bottom of
| compiler/utils/UniqSet.lhs (addOneToUniqSet is specialized correctly,
| but elementOfUniqSet, mkUniqSet, unitUniqSet are not). Looks like they
| were commented out in
|     
http://cvs.haskell.org/cgi-bin/cvsweb.cgi/fptools/ghc/compiler/utils/UniqSet.lhs#rev1.17
|     Wed Apr 29 09:12:28 1998 UTC (8 years, 6 months ago) by sof
|     Comment out troublesome SPECIALISE pragmas for now
| Any reason not to reenable these?

Well, Name is not in scope here.  But if we can import Name without making a 
module loop, then go right ahead.

Simon
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to