Blender Git Commit Log
Git Commits -> Revision 7329f11
Revision 7329f11 by Bastien Montagne (temp_custom_loop_normals) August 7, 2014, 18:23 (GMT) |
More optimization: Allocate all LinkNode need for loops in one step, instead of doing one alloc per loop. This allocate a bit more memory than needed (since we won't use linknodes of 'sharp' loops), but avoids calling BLI_linklist_prepend_memarena() once per 'smooth' loop. Note: gave much less benefits than expected, in the end - guess memarena allocation is *really* fast! |
Commit Details:
Full Hash: 7329f1141038936a4f12df0e54f256273a9edbee
Parent Commit: 12fa69d
Lines Changed: +7, -4