You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Having a simulation running for some time.
The simulations suffer very annoying hiccups every now and then. Profiling
box2dweb with firebug you can see the insane amount of calls to the b2Vec2()
constructor. I think the garbage collector has quite a lot of work while
running a box2d simulation.
I know this is more a browser issue I would say, but maybe we could reduce the
number of constructor calls, or use object literals which I feel are faster but
I haven't got any prove. Also experimenting with the delete statement may be
worth.
Original issue reported on code.google.com by joanroca...@gmail.com on 9 Jul 2011 at 10:30
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
joanroca...@gmail.com
on 9 Jul 2011 at 10:30The text was updated successfully, but these errors were encountered: