RE: live display of heap usage

2000-01-11 Thread Simon Marlow
i am preparing a demonstration on memory management/garbage collection, and to give the students some real life examples, i am looking for a simple patch to some Haskell runtime system so that it would display the heap *while* the program is running. like, opening an X window and mapping

RE: live display of heap usage

2000-01-06 Thread Julian Seward (Intl Vendor)
I seem to remember that such a thing was present in at least an early version of nhc. Nhc people, do I remember right? J -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 06, 2000 10:01 AM To: [EMAIL PROTECTED] Subject: live display of

RE: live display of heap usage

2000-01-06 Thread Malcolm Wallace
Johannes: i am looking for a simple patch to some Haskell runtime system so that it would display the heap *while* the program is running. like, opening an X window and mapping heap cell types to pixel colours. Julian: I seem to remember that such a thing was present in at least an early