takahiyn / bullet

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

Plenty of virtual functions called without need in btSimulationIslandManager::findUnions #295

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Examine btSimulationIslandManager::findUnions
2. Notice that calls to getOverlappingPairArrayPtr & getPairCache can be
moved out of the loop

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
Bullet 2.74

Please provide any additional information below.

Original issue reported on code.google.com by holorose on 22 Oct 2009 at 12:16

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks, the patch has been applied in the latest trunk!

Original comment by erwin.coumans on 3 Nov 2009 at 6:07