OrangeC icon indicating copy to clipboard operation
OrangeC copied to clipboard

inline function parameters optimization

Open LADSoft opened this issue 3 years ago • 0 comments

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

LADSoft avatar Aug 06 '22 05:08 LADSoft