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

[project @ 1999-02-02 14:21:28 by simonm]

- Add ticky counter for total bytes copied during GC.
- Separate mutable list into two lists, a "mut once" list for
  old generation indirections and MUT_CONS cells, and a "mut many"
  list for mutable arrays, TSOs etc.  Objects on the "mut once" list
  will be eagerly promoted.
parent 85b5aeed
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