- Feb 06, 1999
-
-
sof authored
simplify_pat: When simplifying a RecPat to a ConPat, expand out the missing fields with WildPats.
-
- Feb 05, 1999
-
-
sof authored
-fwarn-type-defaults is your friend; misc changes to avoid H98's 'default default' of Integer to kick when what we really want is Int.
-
Simon Marlow authored
Copyright police.
-
Simon Marlow authored
Remove MUT_ARR_WORDS. I'm not sure why we had it in the first place.
-
Simon Marlow authored
[ repeating commit, message got lost last time ] - Scavenge each older generation immediately after traversing its mutable list. - Make the first GC a major one: it doesn't cost much, and we get to garbage collection 'main' straight away. - Change the order of scavenging to try to minimise the size of the mutable lists.
-
Simon Marlow authored
[ repeating commit, message got lost last time ] - Scavenge each older generation immediately after traversing its mutable list. - Make the first GC a major one: it doesn't cost much, and we get to garbage collection 'main' straight away. - Change the order of scavenging to try to minimise the size of the mutable lists.
-
Simon Marlow authored
-
Simon Marlow authored
Make it work.
-
sof authored
Updates
-
sof authored
'errors' caught by -fwarn-type-defaults
-
sof authored
Add initial empty line to a block of errors/warnings
-
sof authored
sigh, too hasty with dropping -monly-3-regs on Int and Word
-
sof authored
Added oblique egcs-1.1.1 remark
-
sof authored
don't include structs that are known to be empty within StgInfoTable and StgHeader. Shouldn't be a problem - but egcs-1.1.1 doesn't handle them correctly.
-
sof authored
deriving Enum bugfixes
-
Julian Seward authored
Track recent changes in ghc/rts so this file is still compilable.
-
sof authored
PrelErr.hi-boot: record exports as coming from a .hi-boot file.
-
- Feb 04, 1999
-
-
sof authored
- don't complain if 'total memory in use' field not found in final RTS info dump. - add -fwarn-type-defaults to the set of -Wall warnings.
-
sof authored
Document new -fwarn-type-defaults option.
-
sof authored
- Decode module names before outputting the .hi file
-
sof authored
workaround for cpp unfriendly SLIT string
-
Simon Peyton Jones authored
a) Fix black hole bug when doing -dshow-rn-trace (Involved reorganising where fixity exports are dealt with in RnNames/RnIfaces.) b) Arrange to apply Lint to imported unfoldings when -dcore-lint c) Add -fwarn-type-defaults to report use of the defaulting rules for types d) Make it so that f (error "help) --> error "help", if f is strict (Changes in Simplify.lhs.)
-
sof authored
- relax the restriction that just the one open writeable handle on *the same file* may exist when dealing with the standard handles, stdout and stderr. Reason: the following invocation of a Haskell program, foo >log 2>&1 should be acceptable.
-
Simon Marlow authored
Don't go into an infinite loop for errors generated by hPutStr when outputing an error message. Use writeErrString__ to output all errors (this won't generate a Haskell exception).
-
Simon Marlow authored
Oops, import occNameUserString.
-
Simon Marlow authored
Fix a few occNameStrings that should be occNameUserString.
-
sof authored
- include mingw32 in the list of x86 platforms supported. - weed out ecoff debug information.
-
- Feb 03, 1999
-
-
sof authored
Drop uneccessary uses of lit-lits and primops
-
Simon Marlow authored
Document memoisation library.
-
Julian Seward authored
Preliminary results of the merge of STG hugs and 990121. These files will compile and link, but don't work yet.
-
Julian Seward authored
Renamed stg.h to backend.h.
-
Julian Seward authored
Changed file organisation of STGhugs to be more like that of MPJ's 990121 (Hugs98 beta) release, making these files redundant.
-
Simon Marlow authored
Add memo table library.
-
Simon Marlow authored
Increase PrelPack stack size.
-
Simon Marlow authored
Fix accidental defaulting to Integer in magnitude.
-
Simon Marlow authored
Fix GC stats printing.
-
Simon Marlow authored
Be more MBLOCK-friendly when allocating and resizing stacks. This should reduce the memory footprint a bit.
-
Simon Marlow authored
boundsOfByteArray --> boundsOfMutableByteArray
-
- Feb 02, 1999
-
-
Simon Marlow authored
Optimise take a little.
-
Simon Marlow authored
Fix a couple of out-of-date things.
-