Blender Git Commit Log
Git Commits -> Revision 2c16ec4
April 11, 2016, 07:16 (GMT) |
Inlining of base node functions in LLVM IR code. This requires a somewhat hackish stub function to force linking of inlined functions in the modules, so that clang doesn't just omit them when producing IR code. Not very nice, but also not directly related to the actual Blender code. |
Commit Details:
Full Hash: 2c16ec47ed4fab412fe9b70e961d5928919c49be
Parent Commit: 4828cf2
Lines Changed: +69, -26