1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00
Commit graph

25 commits

Author SHA1 Message Date
Andy Wingo
506b4187fc Update manual 2024-09-16 14:33:30 +02:00
Andy Wingo
2818958c59 First version of adaptive heap sizing for pcc and mcc 2024-09-16 09:59:55 +02:00
Andy Wingo
d19366bea2 Remove mention of concurrent marking for mmc 2024-09-10 11:35:28 +02:00
Andy Wingo
48085393f3 Update some doc links 2024-09-10 11:31:55 +02:00
Andy Wingo
4cdb47de6a There are four lights 2024-09-10 11:28:15 +02:00
Andy Wingo
1ff082705e Remove scc
PCC with GC_PARALLEL=0 is exactly equivalent to SCC.  Also now that PCC
will dynamically avoid atomic forwarding if parallelism is disabled at
run-time, there is no need to keep SCC around.
2024-09-10 11:10:47 +02:00
Andy Wingo
6545b34073 Reorder events in event listener; refactors to mmc and pcc
In GC, request mutators to stop before doing anything else; changes the
order of the event listener interface.  Also, refactor mmc to look more
like pcc.
2024-09-10 10:55:38 +02:00
Andy Wingo
2915b052e4 Whoops, typo on mmc docs 2024-09-02 14:20:52 +02:00
Andy Wingo
44a7240e16 Rename "whippet" collector to "mmc": mostly marking collector 2024-09-02 13:19:05 +02:00
Zheng Junjie
1f6f5aeab7
fix guile.md link 2024-08-14 22:36:50 +08:00
Andy Wingo
ea15d142fc Update documentation 2024-08-05 15:19:07 +02:00
Andy Wingo
12eb0e0c42 Update documentation 2024-08-05 14:47:32 +02:00
Andy Wingo
37e57f8c8d Add serial copying collector 2024-08-05 14:41:04 +02:00
Andy Wingo
22f5b44330 Docs docs 2024-07-27 22:34:43 +02:00
Andy Wingo
50e90a026a Docs docs 2024-07-27 22:33:56 +02:00
Andy Wingo
3ce0899729 Docs docs 2024-07-27 22:32:08 +02:00
Andy Wingo
9b2677a57b Docs docs 2024-07-27 22:30:42 +02:00
Andy Wingo
cc6b1c1fb5 typos 2024-07-27 22:28:55 +02:00
Andy Wingo
ab5071f97a Rework docs 2024-07-27 22:26:24 +02:00
Andy Wingo
c556dedb56 Add pcc collector to docs 2024-07-11 21:07:26 +02:00
Andy Wingo
d50455ed1b Add new gc_atomic_forward_object_size API
Also remove an unused function in whippet.c
2024-07-10 11:50:05 +02:00
Andy Wingo
44a4e1c131 Add manual links 2023-10-16 12:45:13 +02:00
Andy Wingo
4d3e8c30d7 Update manual 2023-10-16 12:43:09 +02:00
Andy Wingo
fbe49598f5 Add "extern space"
This is mostly for static data.
2023-08-15 11:38:11 +02:00
Andy Wingo
e6de2fd633 Reorganize source tree and document 2023-08-06 12:04:33 +02:00