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:
parent
cc6b1c1fb5
commit
9b2677a57b
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue