www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - GC on Unreal Engine

reply Paulo Pinto <pjmlp progtools.org> writes:
Since this theme keeps being discussed.

Here is some info how Unreal Engine makes use of GC in C++.

https://wiki.unrealengine.com/Garbage_Collection_Overview

--
Paulo
Jul 20 2014
parent reply "fra" <a b.it> writes:
On Sunday, 20 July 2014 at 10:01:27 UTC, Paulo Pinto wrote:
 Since this theme keeps being discussed.

 Here is some info how Unreal Engine makes use of GC in C++.

 https://wiki.unrealengine.com/Garbage_Collection_Overview

 --
 Paulo
If that wiki page is up-to-date (and I don't see why it shouldn't be) then GC functionality inside of Unreal Engine is so much limited it's not even funny
Jul 21 2014
parent Paulo Pinto <pjmlp progtools.org> writes:
Am 21.07.2014 18:05, schrieb fra:
 On Sunday, 20 July 2014 at 10:01:27 UTC, Paulo Pinto wrote:
 Since this theme keeps being discussed.

 Here is some info how Unreal Engine makes use of GC in C++.

 https://wiki.unrealengine.com/Garbage_Collection_Overview

 --
 Paulo
If that wiki page is up-to-date (and I don't see why it shouldn't be) then GC functionality inside of Unreal Engine is so much limited it's not even funny
Did you followed the links? C++ semantics are not GC friendly, but it seemed kind of ok to me. Anyway, I just skimmed through it. -- Paulo
Jul 21 2014