Leslie Donaldson wrote:
> I need a block of memory that can notify me or even a flag set when
> it has been written to. I was thinking of letting the user code generate
> some sort of page fault... Any random thoughts would be greatly
> appreciated.

Look for the Boehm garbage collector.  It has code for handling and
recovering from dirty page faults.

-- Jamie
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to