Skip to content

Fix #278: Add more debugging prints for gencgc

Raymond Toy requested to merge issue-278-more-gencgc-debug-prints into master

Basically enable debugging prints when start and end each scavenging operation for the various spaces and generations.

These are enabled if gencgc_verbose is not 0.

Merge request reports