wingo pushed a commit to branch wip-whippet
in repository guile.

commit 9b2677a57bf6986f05163debe7c85e19b5183d20
Author: Andy Wingo <wi...@igalia.com>
AuthorDate: Sat Jul 27 22:30:42 2024 +0200

    Docs docs
---
 doc/collector-pcc.md | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/doc/collector-pcc.md b/doc/collector-pcc.md
index 61af6c4a5..a20e58e64 100644
--- a/doc/collector-pcc.md
+++ b/doc/collector-pcc.md
@@ -57,11 +57,6 @@ performance penalty.  `pcc` generally starts to outperform 
`semi` when
 it can trace with 2 threads, and gets better with each additional
 thread.
 
-I sometimes wonder whether the worklist should contain grey edges or
-grey objects.  [MMTk](https://www.mmtk.io/) seems to do the former, and 
bundles edges into work
-packets, which are the unit of work sharing.  I don't know yet what is
-best and look forward to experimenting once I have better benchmarks.
-
 The memory used for the external worklist is dynamically allocated from
 the OS and is not currently counted as contributing to the heap size.
 If you are targetting a microcontroller or something, probably you need

Reply via email to