Blender Git Loki
Git Commits -> Revision bf49ff5
Revision bf49ff5 by Erwin Coumans (master) August 29, 2006, 23:27 (GMT) |
Got a license from Intel for VTune, thanks! First performance analysis showed unexpected slowdown due to island management. Added path-compression to UnionFind, and iterate just over island-id's, rather then all objects, when filling islands. |
Commit Details:
Full Hash: bf49ff5050d2095d6d28904283a7bb474b838a21
SVN Revision: 8411
Parent Commit: 069d8c4
Lines Changed: +87, -59
4 Modified Paths:
/extern/bullet/Bullet/CollisionDispatch/SimulationIslandManager.cpp (+66, -58) (Diff)
/extern/bullet/Bullet/CollisionDispatch/UnionFind.cpp (+8, -0) (Diff)
/extern/bullet/Bullet/CollisionDispatch/UnionFind.h (+11, -0) (Diff)
/extern/bullet/Extras/PhysicsInterface/CcdPhysics/CcdPhysicsEnvironment.h (+2, -1) (Diff)
/extern/bullet/Bullet/CollisionDispatch/UnionFind.cpp (+8, -0) (Diff)
/extern/bullet/Bullet/CollisionDispatch/UnionFind.h (+11, -0) (Diff)
/extern/bullet/Extras/PhysicsInterface/CcdPhysics/CcdPhysicsEnvironment.h (+2, -1) (Diff)