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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top