PC Review


Reply
Thread Tools Rate Thread

How Can I tell if my method has been inlined?

 
 
FDude
Guest
Posts: n/a
 
      14th Feb 2004
What do I need to look at? And what do I look for?

Thank you!


 
Reply With Quote
 
 
 
 
Jon Skeet [C# MVP]
Guest
Posts: n/a
 
      14th Feb 2004
FDude <(E-Mail Removed)> wrote:
> 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.

--
Jon Skeet - <(E-Mail Removed)>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
c# can you force a function to NOT be inlined? Zytan Microsoft C# .NET 4 30th Apr 2007 01:02 AM
How to view that method is inlined? Michael Nemtsev Microsoft C# .NET 2 9th Jan 2006 11:03 PM
VC++2003: Methods implemented outside class body are never inlined for templates that are instantiated with __declspec(dllimport) Felix I. Wyss Microsoft VC .NET 5 16th Mar 2005 02:53 AM
Inlined functions in mixed mode C++ Steve McLellan Microsoft VC .NET 2 28th Jul 2004 03:19 PM
Debug optimized code? (with inlined methods) Fuzzy Microsoft C# .NET 7 3rd Feb 2004 10:49 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:09 AM.