
17 Jun
2010
17 Jun
'10
3:45 p.m.
On 17.06.10 19:12, Roman Beslik wrote:
On 17.06.10 12:40, Roman Cheplyaka wrote:
From reading core I got the impression that everything is strict& unboxed. Perhaps this is related to creating some closures? How to get rid of those allocations? Yes, "distance" creates a closure of type @Double -> Double# -> Double@ which is obviously not necessary. I do not know why. "-funfolding-use-threshold=7" removes that closure.
-- Best regards, Roman Beslik.