[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ccc + slink = segfault



Yes, ccc is working on my slink.

The following is a rough test on the performance of dec compilers.

			user	system	total
cc -O2 -lm		14.5	0.019	14.5
cc -O2 -lcpml		12.6	0.021	12.6
ccc -fast -lcpml	10.0	0.026	10.0
ccc -fast -O4 -lcpml	9.85	0.026	9.88

g77 -O4			14.8	0.026	14.9
g77 -O2			14.5    0.022s  14.5
g77 -O2 -lcpml		12.9	0.017	13.0
fort -O2 -lcpml		9.33	0.020	9.35
fort -fast -lcpml	6.6	0.017	6.64

This table indicates that the optimization in ccc is not
as good as that in fort.


P.S.
	I modified create-comp-config.sh and also had to correct a bug in it.
	


Reply to: