Blender Git Commit Log

Git Commits -> Revision b84fd7d

January 19, 2015, 16:55 (GMT)
Disable some debugging options in Eigen to make it more usable in Debug
mode.

Eigen can become very slow in debug mode, which is a bit of a problem.
It relies heavily on compiler optimizations to remove function calls
etc. More optimizations may be desirable, possibly putting the implicit
solver into its own little library and enabling optimizations in debug
mode there could help.

Commit Details:

Full Hash: b84fd7dac494b09a3ff01628babe50b42703a02c
Parent Commit: 07a41b3
Lines Changed: +17, -0

2 Modified Paths:

/source/blender/blenkernel/intern/implicit.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/implicit_eigen.cpp (+15, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021