- May 19, 1998
-
-
Simon Marlow authored
updates for 3.02.
-
Simon Marlow authored
Add note about unfolding policy.
-
Simon Marlow authored
Back out Sigbjorn's workaround for now: it broke when compiling SocketPrim.lhs.
-
Simon Marlow authored
Socket.hs needs -syslib posix due to cross-module inlinings.
-
- May 18, 1998
-
-
Simon Marlow authored
bump: uNFOLDING_USE_THRESHOLD to 8 uNFOLDING_CON_DISCOUNT_WEIGHT to 3
-
Simon Marlow authored
remove stray export.
-
Simon Marlow authored
sparc-sun-solaris2 uses .LLC<n> to refer to local string constants.
-
- May 17, 1998
-
-
sof authored
Workaround for problem/bug in OccurAnal
-
- May 16, 1998
- May 15, 1998
-
-
Simon Marlow authored
fixup problem with '.' at the front of a local label.
-
Simon Marlow authored
add some stuff.
-
Simon Marlow authored
- compile PrelMain with -fno-prune-tydecls for now: otherwise the IO constructor gets thrown away for some bizarre reason.
-
Simon Marlow authored
Profiling w/ splitting appears to produce reasonably sizes libraries now: turn splitting back on by default.
-
Simon Marlow authored
Miraculously, the same bug exists on sparc-sun-solaris2.
-
Simon Marlow authored
only strip libraries if $(StripLibraries) eq "YES"
-
Simon Marlow authored
Fix splitting on i386-unknwon-linux: string constants were being duplicated in each object, leading to large increases in binary sizes.
-
Simon Marlow authored
- remove $opt_UnfoldingUseThreshold, it's a per-compilation flag now (not per-simplification) - pass through all -funfolding-.* flags, so we can get at the rest
-
Simon Marlow authored
- add unsafeCoerce#
-
- May 14, 1998
-
-
sof authored
Weed out #\!, even if they do look like cpp droppings
-
- May 13, 1998
-
-
Simon Peyton Jones authored
Fix kind error in TcIfaceSig for specialisations
-
- May 12, 1998
-
-
sof authored
fdToHandle: use openFd
-
sof authored
- closeFile: make sure that (FILE*)s pointing to non-regular, unlocked files (sockets, FDs etc.) are closed. - new function: openFd, which implements process local file locking for files that are initially opened by the Posix Fd-based ops before being converted into a Haskell handle by Posix.fdToHandle
-
Simon Marlow authored
- add *.hc to MOSTLY_CLEAN_FILES.
-
Simon Marlow authored
- remove *.hc from MOSTLY_CLEAN_FILES.
-
sof authored
hscpp no longer supports -genSPECS
-
sof authored
Removed -genSPECS magic (no longer used.)
-
Simon Marlow authored
add a specialise pragma and remove some GENERATE_SPECS
-
Simon Marlow authored
- specialise some gratuitously overloaded functions
-
Simon Marlow authored
- add a few SPECIALISE pragmas
-
Simon Marlow authored
Update this file to the version generated by 'autoheader'. It shouldn't really be in the repository anyway.
-
Simon Marlow authored
- remove uint, ulong, ullong (we're using nat and lnat now) - sort entries
-
- May 11, 1998
-
-
Simon Marlow authored
Convert floating point literals from interfaces directly to Rationals, rather than go via Doubles.
-
sof authored
Tidied up -accept-output `feature\', should now work better.
-
Simon Marlow authored
Generate proper floating point literals when we know the type is either Float or Double.
-
Simon Marlow authored
add isFloatTy and isDoubleTy
-
- May 08, 1998
-
-
Simon Marlow authored
Add PrelGHC.unsafeCoerce# :: a -> b Use with care.
-
Simon Marlow authored
move update analyser into -O2 optimisations.
-
Simon Marlow authored
fix to StripLibraries support.
-
sof authored
Cleaned up and fixed is*Denormalized buglet
-