Jan Laitenberger <[EMAIL PROTECTED]> writes:

> Hi,
> 
>   ghc -c -fvia-C -O2 -H45M Resolve.hs
> 
> shows
> 
>   NOTE: Simplifier still going after 4 iterations; baling out.
>   ghc: module version changed to 1; reason: no old .hi file
>   Funny global thing?: cmUf_btm:
>   Funny global thing?: cmUg_btm:

This means you've got a pretty complex bit of code that needed a
bitmap with more than 32 entries to describe a stack frame.

Cool :-)

> Resolve.hi and Resolve.o are generated. Can the "Funny global
> thing?" message be ignored? (It does not crash the compiler.)

Yep, the warning can be ignored.

Cheers,
        Simon

-- 
Simon Marlow                                             [EMAIL PROTECTED]
University of Glasgow                       http://www.dcs.gla.ac.uk/~simonm/
finger for PGP public key

Reply via email to