Currently any lambda function may be inlined but it is not always worthwhile to do so. For very complex expressions, I suspect this will actually decrease performance.
Both the context where inlining may be used and the complexity of the target should be considered.
Currently any lambda function may be inlined but it is not always worthwhile to do so. For very complex expressions, I suspect this will actually decrease performance.
Both the context where inlining may be used and the complexity of the target should be considered.