- 04 Feb, 2002 1 commit
-
-
sof authored
wibble
-
- 06 Dec, 2001 1 commit
-
-
simonmar authored
- Fix THUNK_SELECTOR printing code - change some more stderrs into stdouts
-
- 28 Nov, 2001 1 commit
-
-
simonmar authored
Make it work in a DEBUG world again (when DEBUG is on we have ancient support for doing a heap profile based on info-tables - it is still there, but I haven't tested it).
-
- 20 Nov, 2001 1 commit
-
-
simonmar authored
Print to stdout instead of stderr. I'm pretty ambivalent about this, but Sungwoo Park made the changes as part of his retainer profiling work so he must have had a good reason for it at the time...
-
- 02 Oct, 2001 1 commit
-
-
sewardj authored
Fix spurious sp increment in RET_{VEC_}_SMALL printing code. MERGE TO STABLE
-
- 21 Aug, 2001 1 commit
-
-
sewardj authored
Teach it about MUT_VAR.
-
- 14 Aug, 2001 1 commit
-
-
sewardj authored
Change the story about POSIX headers in C compilation. Until now, all C code in the RTS and library cbits has by default been compiled with settings for POSIXness enabled, that is: #define _POSIX_SOURCE 1 #define _POSIX_C_SOURCE 199309L #define _ISOC9X_SOURCE If you wanted to negate this, you'd have to define NON_POSIX_SOURCE before including headers. This scheme has some bad effects: * It means that ccall-unfoldings exported via interfaces from a module compiled with -DNON_POSIX_SOURCE may not compile when imported into a module which does not -DNON_POSIX_SOURCE. * It overlaps with the feature tests we do with autoconf. * It seems to have caused borkage in the Solaris builds for some considerable period of time. The New Way is: * The default changes to not-being-in-Posix mode. * If you want to force a C file into Posix mode, #include as the **first** include the new file ghc/includes/PosixSource.h. Most of the RTS C sources have this include now. * NON_POSIX_SOURCE is almost totally expunged. Unfortunately we have to retain some vestiges of it in ghc/compiler so that modules compiled via C on Solaris using older compilers don't break.
-
- 09 Aug, 2001 1 commit
-
-
sewardj authored
C-side FFI support for Byte/Ptr arrays.
-
- 04 Aug, 2001 1 commit
-
-
ken authored
Change the generation of package.conf and package.conf.inplace, so that -lbfd and -liberty are included when necessary.
-
- 24 Jul, 2001 1 commit
-
-
ken authored
Innocent changes to resurrect/add 64-bit support.
-
- 23 Jul, 2001 1 commit
-
-
simonmar authored
Add a compacting garbage collector. It isn't enabled by default, as there are still a couple of problems: there's a fallback case I haven't implemented yet which means it will occasionally bomb out, and speed-wise it's quite a bit slower than the copying collector (about 1.8x slower). Until I can make it go faster, it'll only be useful when you're actually running low on real memory. '+RTS -c' to enable it. Oh, and I cleaned up a few things in the RTS while I was there, and fixed one or two possibly real bugs in the existing GC.
-
- 03 Apr, 2001 1 commit
-
-
rrt authored
Removed spurious bracket that was causing a parse error.
-
- 02 Apr, 2001 1 commit
-
-
simonmar authored
- make Printer.c a little more useful when profiling is on, by taking advantage of the extra information in the info table. - enhance findPtr to follow chains of references backwards through the heap. This is a cunning little tool for tracking down space leaks (if you're comfortable using gdb as the user-interface to your profiler :-)
-
- 22 Mar, 2001 1 commit
-
-
hwloidl authored
-*- outline -*- Time-stamp: <Thu Mar 22 2001 03:50:16 Stardate: [-30]6365.79 hwloidl> This commit covers changes in GHC to get GUM (way=mp) and GUM/GdH (way=md) working. It is a merge of my working version of GUM, based on GHC 4.06, with GHC 4.11. Almost all changes are in the RTS (see below). GUM is reasonably stable, we used the 4.06 version in large-ish programs for recent papers. Couple of things I want to change, but nothing urgent. GUM/GdH has just been merged and needs more testing. Hope to do that in the next weeks. It works in our working build but needs tweaking to run. GranSim doesn't work yet (*sigh*). Most of the code should be in, but needs more debugging. ToDo: I still want to make the following minor modifications before the release - Better wrapper skript for parallel execution [ghc/compiler/main] - Update parallel docu: started on it but it's minimal [ghc/docs/users_guide] - Clean up [nofib/parallel]: it's a real mess right now (*sigh*) - Update visualisation tools (minor things only IIRC) [ghc/utils/parallel] - Add a Klingon-English glossary * RTS: Almost all changes are restricted to ghc/rts/parallel and should not interfere with the rest. I only comment on changes outside the parallel dir: - Several changes in Schedule.c (scheduling loop; createThreads etc); should only affect parallel code - Added ghc/rts/hooks/ShutdownEachPEHook.c - ghc/rts/Linker.[ch]: GUM doesn't know about Stable Names (ifdefs)!! - StgMiscClosures.h: END_TSO_QUEUE etc now defined here (from StgMiscClosures.hc) END_ECAF_LIST was missing a leading stg_ - SchedAPI.h: taskStart now defined in here; it's only a wrapper around scheduleThread now, but might use some init, shutdown later - RtsAPI.h: I have nuked the def of rts_evalNothing * Compiler: - ghc/compiler/main/DriverState.hs added PVM-ish flags to the parallel way added new ways for parallel ticky profiling and distributed exec - ghc/compiler/main/DriverPipeline.hs added a fct run_phase_MoveBinary which is called with way=mp after linking; it moves the bin file into a PVM dir and produces a wrapper script for parallel execution maybe cleaner to add a MoveBinary phase in DriverPhases.hs but this way it's less intrusive and MoveBinary makes probably only sense for mp anyway * Nofib: - nofib/spectral/Makefile, nofib/real/Makefile, ghc/tests/programs/Makefile: modified to skip some tests if HWL_NOFIB_HACK is set; only tmp to record which test prgs cause problems in my working build right now
-
- 15 Feb, 2001 1 commit
-
-
sewardj authored
VoidRep call/return support for the interpreter.
-
- 11 Feb, 2001 1 commit
-
-
simonmar authored
Bite the bullet and make GHCi support non-optional in the RTS. GHC 4.11 should be able to build GHCi without any additional tweaks now. - the Linker is split into two parts: LinkerBasic.c, containing the routines required by the rest of the RTS, and Linker.c, containing the linker proper, which is not referred to from the rest of the RTS. Only Linker.c requires -ldl, so programs which don't make use of the linker (everything except GHC, in other words) won't need -ldl.
-
- 09 Feb, 2001 1 commit
-
-
simonmar authored
Remove all vestiges of INTERPRETER and __HUGS__.
-
- 29 Jan, 2001 1 commit
-
-
simonmar authored
Remove the old Hugs CAF code, install our own (minimal, somewhat cryptic, but better commented) CAF reversion story. See Storage.c:newCaf() for the details.
-
- 15 Jan, 2001 1 commit
-
-
sewardj authored
In interpreted code, basic support for routing primop calls through to functions in PrelPrimopWrappers.lhs.
-
- 10 Jan, 2001 1 commit
-
-
sewardj authored
Today's interpreter bug fixes: FP stuff, and unpacking constrs onto stack.
-
- 05 Jan, 2001 1 commit
-
-
sewardj authored
Various bug fixes.
-
- 03 Jan, 2001 1 commit
-
-
sewardj authored
Start getting the bytecode interpreter to work. A matching commit to compiler/ghci/ByteCodeGen.lhs follows ...
-
- 11 Dec, 2000 1 commit
-
-
simonmar authored
add missing #includes.
-
- 15 Aug, 2000 1 commit
-
-
simonmar authored
Minor cleanups to a few closure types: we don't use StgPtr in Closures.h anymore.
-
- 15 Jun, 2000 1 commit
-
-
daan authored
Added new primitives and bytecodes that support code generation for XMLambda. All additions are surrounded by #ifdef XMLAMBDA. Most important additions: - Rows (n-tuples) which are implemented on top of Frozen Mutarrays - Inj (variant sums), which is implemented using a new constructor called Inj which contains both the value and an unboxed int which represents the index.
-
- 17 Apr, 2000 1 commit
-
-
sewardj authored
Re-enable symbol table loading for BFD platforms.
-
- 14 Apr, 2000 1 commit
-
-
sewardj authored
Clean up the runtime heap before deleting modules (and, currently, after every evaluation) so that the combined system can safely throw away modules and info tables without creating dangling refs from the heap.
-
- 12 Apr, 2000 1 commit
-
-
sewardj authored
More infotable cleanups: zap the debugging table of info table names. This can be cleanly done by looking at the .itbl field on Names and Tycons.
-
- 31 Mar, 2000 1 commit
-
-
hwloidl authored
Numerous changes in the RTS to get GUM-4.06 working (currently works with parfib-ish programs). Most changes are isolated in the rts/parallel dir. rts/parallel/: The most important changes are a rewrite of the (un-)packing code (Pack.c) and changes in LAGA, GALA table operations (Global.c) expecially in rebuilding the tables during GC. rts/: Minor changes in Schedule.c, GC.c (interface to par specific root marking and evacuation), and lots of additions to Sanity.c (surprise ;-) Main.c change for startup: I use a new function rts_evalNothing to start non-main-PEs in a PAR || SMP setup (RtsAPI.c) includes/: Updated GranSim macros in PrimOps.h. lib/std: Few changes in PrelHandle.c etc replacing ForeignObj by Addr in a PAR setup (we still don't support ForeignObjs or WeakPtrs in GUM). Typically use #define FILE_OBJECT Addr when dealing with files. hslibs/lang/: Same as above (in Foreign(Obj).lhs, Weak.lhs, IOExts.lhs etc). -- HWL
-
- 17 Mar, 2000 1 commit
-
-
simonmar authored
More random cleanups.
-
- 14 Feb, 2000 1 commit
-
-
sewardj authored
Tart up printStackChunk a bit./
-
- 14 Jan, 2000 1 commit
-
-
simonmar authored
Move closure type printing stuff to Printer.c, since it's generally useful.
-
- 13 Jan, 2000 1 commit
-
-
hwloidl authored
Merged GUM-4-04 branch into the main trunk. In particular merged GUM and SMP code. Most of the GranSim code in GUM-4-04 still has to be carried over.
-
- 29 Nov, 1999 1 commit
-
-
sewardj authored
Make StgHugs use the same naming scheme as GHC does for class + instance machinery. Add machinery to do Z-encoding/decoding of names extracted from interface files. Make the ELF object loader work again. It seemed to have suffered slight bitrot over the past couple of months. Fix various minor bugs. Track a small change in interface file syntax. Make Printer.c print tagged-unboxed stack sections in a decent way now that Alastair-style stack tags have been abandoned.
-
- 22 Nov, 1999 2 commits
- 14 Jul, 1999 1 commit
-
-
simonmar authored
- Add findPtr() - searches through the heap for an occurrence of a given value. Useful when debugging.
-
- 29 Jun, 1999 1 commit
-
-
panne authored
Made the compilation of the RTS almost warning-free and improved the output of some "barf"s in the garbage collector . This is part of my epic crusade against "scavenge_mut_list: strange object?"... :-(
-
- 11 May, 1999 1 commit
-
-
keithw authored
(this is number 9 of 9 commits to be applied together) Usage verification changes / ticky-ticky changes: We want to verify that SingleEntry thunks are indeed entered at most once. In order to do this, -ticky / -DTICKY_TICKY turns on eager blackholing. We blackhole with new blackholes: SE_BLACKHOLE and SE_CAF_BLACKHOLE. We will enter one of these if we attempt to enter a SingleEntry thunk twice. Note that CAFs are dealt with in by codeGen, and ordinary thunks by the RTS. We also want to see how many times we enter each Updatable thunk. To this end, we have modified -ticky. When -ticky is on, we update with a permanent indirection, and arrange that when we enter a permanent indirection we count the entry and then convert the indirection to a normal indirection. This gives us a means of counting the number of thunks entered again after the first entry. Obviously this screws up profiling, and so you can't build a ticky and profiling compiler any more. Also a few other changes that didn't make it into the previous 8 commits, but form a part of this set.
-
- 04 May, 1999 1 commit
-
-
sof authored
Misc tweaks to Win32 DLL setup
-