clasp icon indicating copy to clipboard operation
clasp copied to clipboard

inline mv local calls

Open Bike opened this issue 2 years ago • 0 comments

Currently local multiple value calls, i.e. mv-calls to a function in the same module, are not really inlined at the LLVM level. Local mv calls come up kind of a lot, for both mv-bind and for type checks, so this is probably inhibiting LLVM optimizations.

Bike avatar Mar 30 '23 16:03 Bike