Axiometry / sgine

Automatically exported from code.google.com/p/sgine
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Massive garbage issues #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run the search demo without vsync

Work needs to be done to isolate and remove garbage creation as a result of
the render loop to remove animation pauses from occurring

Original issue reported on code.google.com by darkfrog26 on 12 Dec 2009 at 4:08

GoogleCodeExporter commented 9 years ago
Significant progress has been made to reduce created garbage by modifying
RepeatingUnit to no longer requeue but simply repeat within a while loop.
Additionally, PropertyChangeEvent only uses ProcessingMode.Normal when not 
adjusting.

More work needs to be done to validate what garbage is being created and define 
a
standard by which it can be measured.

I'm bumping this from critical to medium priority.

Original comment by darkfrog26 on 16 Dec 2009 at 1:20

GoogleCodeExporter commented 9 years ago
This should no longer be a problem with the new branch.

Original comment by mhi...@captiveimagination.com on 12 Jun 2011 at 5:13