How Can I tell if my method has been inlined?

  • Thread starter Thread starter FDude
  • Start date Start date
FDude said:
What do I need to look at? And what do I look for?

You'd need to dump the JIT-compiled code, making sure you're running
with all JIT optimisations one - in cordbg, for instance. Most of the
time, it's not worth doing that kind of thing.
 
Back
Top