cvs commit: fptools/ghc/compiler/cmm CLabel.hs CmmParse.y fptools/ghc/compiler/codeGen CgHeapery.lhs CgPrimOp.hs ClosureInfo.lhs fptools/ghc/includes Block.h ClosureMacros.h ClosureTypes.h Closures.h Constants.h StgMiscClosures.h Storage.h ...

Marcin 'Qrczak' Kowalczyk qrczak at knm.org.pl
Thu Feb 10 16:24:40 EST 2005


Simon Marlow <simonmar at haskell.org> writes:

>   GC changes: instead of threading old-generation mutable lists
>   through objects in the heap, keep it in a separate flat array.

Interesting: I recently did the opposite in the implementation of
my language Kogut.

There seem to be enough differences in the designs to justify both
decisions.

-- 
   __("<         Marcin Kowalczyk
   \__/       qrczak at knm.org.pl
    ^^     http://qrnik.knm.org.pl/~qrczak/


More information about the Cvs-ghc mailing list