Closed hyln9 closed 9 years ago
In Chez Scheme, we can use (collect-request-handler void) to to disable automatic gc, which enables us to control gc manually, and I wonder if we can do similar things in Vicare. Thanks.
(collect-request-handler void)
This feature is not available in Vicare, and it would be quite complex to add it.
In Chez Scheme, we can use
(collect-request-handler void)
to to disable automatic gc, which enables us to control gc manually, and I wonder if we can do similar things in Vicare. Thanks.