Skip to content
Snippets Groups Projects
Commit d3058014 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-05-22 13:09:29 by simonmar]

Batch finalizers on a per-GC basis.  That is, after a GC a single
thread is created to run the pending finalizers, rather than creating
a thread for each finalizer.

This is almost as fast as having a global thread to run finalizers,
but doesn't require any global state or special treatment by the
scheduler.
parent d0dafffc
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment