- Jun 14, 2009
-
-
Ian Lynagh authored
-
- Jun 13, 2009
-
-
Duncan Coutts authored
-
Duncan Coutts authored
The gcdInt function in the base package now calls gcdInteger with two small integers. With this weak, the optimiser generates a base gcdInt that directly calls the gcdInt# primop from this package. This means there should be no additional overhead compared to when the base gcdInt called the gcdInt# primop directly.
-
Duncan Coutts authored
-
- Jun 11, 2009
-
-
Duncan Coutts authored
Moved here from the rts.
-
- Jun 02, 2009
-
-
Ian Lynagh authored
-
- Apr 24, 2009
-
-
Ian Lynagh authored
-
- Mar 12, 2009
-
-
Ian Lynagh authored
-
- Feb 11, 2009
-
-
Ian Lynagh authored
This works around haddock not exporting docs across package boundaries
-
- Jan 22, 2009
-
-
Ian Lynagh authored
-
- Jan 21, 2009
-
-
Ian Lynagh authored
-
- Nov 20, 2008
-
-
Simon Marlow authored
This fixes most of the performance regression in these functions between 6.8.3 and 6.10.1, it was due to a slight difference in the strictness between the old and new versions (see comments for details). There's still a few percent loss in performance in the div test in nofib/spectral/integer that I haven't tracked down as yet.
-
- Sep 25, 2008
-
-
Ian Lynagh authored
This means that we can export the constructors, but still keep the GHC.Integer interface generic.
-
- Sep 20, 2008
-
-
Ian Lynagh authored
-
- Jun 27, 2008
-
-
Ian Lynagh authored
-
- Jun 16, 2008
-
-
Ian Lynagh authored
-
- Apr 12, 2008
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- Mar 25, 2008
-
-
Ian Lynagh authored
if on a 32-bit machine
-
- Mar 23, 2008
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-