eo - use ren not xref for children to not waste memory
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Thu, 20 Aug 2015 10:16:00 +0000 (19:16 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Thu, 20 Aug 2015 10:41:47 +0000 (19:41 +0900)
commita6c184502eabfdc216f8e6b78ee33fac51b4f598
treed841c67da8c4c0f8bce6b6e43524b51b70c7bf87
parentea676ede42d3f4fa0bfaafdd2fe6f1ab65ecb263
eo - use ren not xref for children to not waste memory

optimization

xrefs keep lists of objects references. children are already in a list.
why keep both? lots of extra memory used for no value when debug is on
(pretty much most of the time).
src/lib/eo/eo_base_class.c