marcomaggi / vicare

A native compiler for Scheme compliant with R6RS
http://marcomaggi.github.com/vicare.html
Other
200 stars 34 forks source link

How to disable automatic garbage collection? #72

Closed hyln9 closed 9 years ago

hyln9 commented 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.

marcomaggi commented 9 years ago

This feature is not available in Vicare, and it would be quite complex to add it.