[Mono-dev] Inlining common calls

Stack Pointer stackpointer at me.com
Tue Nov 27 18:25:22 UTC 2012


At: https://github.com/mono/mono/blob/master/mono/mini/method-to-ir.c:7596

	/* Common call */
	INLINE_FAILURE ("call");

Why do you throw a failure directly? Shouldn't there be an attempt to inline methods which only consists calls or other simple body? Is this detrimental to the performance?

I'd like to understand inlining vs performance trade-offs that mono does.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20121127/cc3b8687/attachment.html>


More information about the Mono-devel-list mailing list