OrangeC
OrangeC copied to clipboard
inline function parameters optimization
Right now, function parameters are spilled to memory during inlining. Improve this so that when possible, the values can be kept in temporary registers.