profiling in 6-2-2-cvs
Serge D. Mechveliani
mechvel at botik.ru
Tue Aug 24 08:25:36 EDT 2004
I have tested the profiling for the time cost -auto-all (-O)
in
CVS ghc-6-2-2-branch of about July 20.
It looks correct.
The problem was to find out that the names ..HSdm.a,
..HSdm_p.a
are needed in the Makefile segment
ar -qc $(e)/libHSdm.a $(wildcard $(e)/*.p_o)
ar -qc $(e)/libHSdm_p.a $(wildcard $(e)/*.p_o)
ar -s $(e)/libHSdm_p.a
and ..HSdm.p_a not needed.
-----------------
Serge Mechveliani
mechvel at botik.ru
More information about the Glasgow-haskell-users
mailing list