Blender Git Commit Log
Git Commits -> Revision d4dec1c
Revision d4dec1c by Campbell Barton (master) August 20, 2011, 14:23 (GMT) |
use ghash for DNA_struct_find_nr(), gives ~18% speedup on loading sintel lite, will also speedup undo. note: only works with CMake, wasn't able to get this working with scons, complains about same file being built in different environments. |
Commit Details:
Full Hash: d4dec1c3bcc8fa85e8f4cf3372efe077648a67bf
SVN Revision: 39568
Parent Commit: a0a96a8
Lines Changed: +65, -10
5 Modified Paths:
/source/blender/makesdna/DNA_sdna_types.h (+4, -1) (Diff)
/source/blender/makesdna/intern/CMakeLists.txt (+26, -0) (Diff)
/source/blender/makesdna/intern/dna_genfile.c (+33, -9) (Diff)
/source/blender/makesdna/intern/SConscript (+1, -0) (Diff)
/source/blender/makesrna/intern/CMakeLists.txt (+1, -0) (Diff)
/source/blender/makesdna/intern/CMakeLists.txt (+26, -0) (Diff)
/source/blender/makesdna/intern/dna_genfile.c (+33, -9) (Diff)
/source/blender/makesdna/intern/SConscript (+1, -0) (Diff)
/source/blender/makesrna/intern/CMakeLists.txt (+1, -0) (Diff)