Re: bus error in Integer calculations

2016-12-15 Thread Ben Gamari
Geraint Jones writes: > I have this little demo which I use for sixth formers which includes > calculating in fairly rapid order the sum of the digits of the > 10^9th Fibonacci number. (I haven't got enough physical memory to > do the same for the 10^10th number

Re: GHC API: memory usage of loaded modules

2016-12-15 Thread Brandon Allbery
On Thu, Dec 15, 2016 at 1:55 AM, Evan Laforge wrote: > It's confusing to me because traditionally -dynamic is a link only > flag, but ghc also uses it for building .o files... I assume because > of the ghci loading thing. > There may also be some OS X specific behavior here;