Removed memory deallocations.
For some reasons: 1. They make (this) code harder to read. 2. They are incomplete anyway. 3. There's no measurable performance benefit when using Boehm GC.
Loading
Please sign in to comment
For some reasons: 1. They make (this) code harder to read. 2. They are incomplete anyway. 3. There's no measurable performance benefit when using Boehm GC.