dmah42 / dart-box2d

Box2D for Dart
http://dart-lang.github.io/dart-box2d/
34 stars 5 forks source link

ContactSolver.solveVelocityConstraints() is major performance issue #6

Open dmah42 opened 11 years ago

dmah42 commented 11 years ago

ContactSolver.solveVelocityConstraints() is consistently top of the list when benchmarks are performance analyzed. Unsurprisingly it's also huge and suffers multiple deopt-opt hits for both dart and JS VMs.