Re: [Mono-dev] inlining and performance of SIMD code

2009-11-22 Thread Miguel de Icaza
Hello, - I am curious what the heuristics are. I looked at the function mono_method_check_inlining, but even when the function returns TRUE, the function might not be inlined. Could you point me the relevant piece of code? Is there any high level rule to make a guess, like complex

[Mono-dev] inlining and performance of SIMD code

2009-10-20 Thread Erven Rohou
Hello, I have a few questions about inlining: - I am curious what the heuristics are. I looked at the function mono_method_check_inlining, but even when the function returns TRUE, the function might not be inlined. Could you point me the relevant piece of code? Is there any high level rule