Blender Git Commit Log
Git Commits -> Revision 50410d1
April 8, 2016, 15:28 (GMT) |
Completed basic expression tree code generation. The code uses a pointer-based signature convention for node functions, which helps to avoid issues with type coercion through clang. In the future we could either find a more reliable way to produce llvm IR for the nodes, or use node functions as external functions without inlining. |
Commit Details:
Full Hash: 50410d1ce56eedcc71070a143dffbab00ae72d3f
Parent Commit: 2205d28
Lines Changed: +86, -28