On 07/31/2012 08:06 PM, Maxime Chevalier wrote:
How well does the D GC deal with immovable objects. Would it be a problem if I allocated many chunks of immovable data?
The current GC in druntime never moves data.
On 07/31/2012 08:06 PM, Maxime Chevalier wrote:
How well does the D GC deal with immovable objects. Would it be a problem if I allocated many chunks of immovable data?
The current GC in druntime never moves data.