The only reference to garbage collection in the text is the addition of a new utility function:

  • garbage-collect-heapsize: A function that returns information from the last garbage collection without actually performing a new one.

The user who asked the question in the comments likely confused this new helper function with a fundamental change to the garbage collector itself.