John Hughes <[EMAIL PROTECTED]> writes:

> Summary: 2 programs failed to compile due to type errors (anna, gg).
> One program did 19% more allocation, a few other programs increased
> allocation very slightly (<2%).
> 
>             pic         +0.28%   +19.27%      0.02
> 
>   
> 
> Thanks, that was interesting. A follow-up question: pic has a space bug. 
> How long will it take you to find and fix it?

Purely by looking at the code, without using automated help, about
20 minutes.

For reference, the overloaded local constants are:
    i,j in PushParticle.pushParticle
    i,j in ChargeDensity.accumCharge
In both cases, they need a type signature :: Indx

Regards,
    Malcolm
_______________________________________________
Haskell-prime mailing list
Haskell-prime@haskell.org
http://haskell.org/mailman/listinfo/haskell-prime

Reply via email to