1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00

Docs docs

This commit is contained in:
Andy Wingo 2024-07-27 22:30:42 +02:00
parent cc6b1c1fb5
commit 9b2677a57b

View file

@ -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 it can trace with 2 threads, and gets better with each additional
thread. 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 memory used for the external worklist is dynamically allocated from
the OS and is not currently counted as contributing to the heap size. the OS and is not currently counted as contributing to the heap size.
If you are targetting a microcontroller or something, probably you need If you are targetting a microcontroller or something, probably you need