
24 Aug
2004
24 Aug
'04
12:25 p.m.
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@botik.ru