07-03-2015, 09:27 AM
I was thinking more about an assembly diff. Which functions are changed an how.
But there was some interesting data: For example the statement: 56860 of 182295 inline instances were from dead/cold paths is important. Over a quarter of our inline method should not be inline. We need to know which those are and take them out of line. Also it would be really useful to know which functions are the 102 that are compiled for speed are. But I suspect we can't find out.
But there was some interesting data: For example the statement: 56860 of 182295 inline instances were from dead/cold paths is important. Over a quarter of our inline method should not be inline. We need to know which those are and take them out of line. Also it would be really useful to know which functions are the 102 that are compiled for speed are. But I suspect we can't find out.