madebycliff / as3dmod

Automatically exported from code.google.com/p/as3dmod
0 stars 0 forks source link

Garbage Collection #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Most Vector3 operations create a new Vector3 object, which multiplied by the 
number of vertices (a 
very nasty multiplier) can generate a lot of objects that need to be collected 
by the GC.

Original issue reported on code.google.com by C4RL054...@gmail.com on 28 Apr 2009 at 6:11

GoogleCodeExporter commented 9 years ago
See comments in http://code.google.com/p/as3dmod/issues/detail?id=2 it used to 
be the way you say, but then changed to the way it is for whatever reason.

Original comment by makc.the...@gmail.com on 22 Dec 2010 at 3:12