Blender Git Commit Log
Git Commits -> Revision ea940bc
Revision ea940bc by Jacques Lucke (master) April 29, 2019, 08:46 (GMT) |
New BLI_NOINLINE macro This macro is handy in at least two occasions: * When you want to check the optimized generated assembly for some small function that would get inlined otherwise. * The marked function will be visible in profiling results. I can't test the implementations for other compilers now, so I did not include them. Reviewers: brecht, campbellbarton Differential Revision: https://developer.blender.org/D4754 |
Commit Details:
Full Hash: ea940bcb539cc23cf01c230e295b6d3e05c50846
Parent Commit: 383fef9
Lines Changed: +6, -0
1 Modified Path:
/source/blender/blenlib/BLI_compiler_compat.h (+6, -0) (Diff)