HighTechTalks DotNet Forums  

Re: what is native optimization?

Dotnet Academic General Discussions microsoft.public.dotnet.academic


Discuss Re: what is native optimization? in the Dotnet Academic General Discussions forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Christopher McGinnis
 
Posts: n/a

Default Re: what is native optimization? - 09-02-2004 , 02:48 PM






"John" <John (AT) discussions (DOT) microsoft.com> wrote

Quote:
can somebody please explain what native optimization means?
Just from the phrase alone I interpret it to mean that the JIT optimizes the
native machine instructions (x86) that are generated by analyzing the
incoming IL. On of the benefits of JIT compiling is that your application
can be optimized by the JIT for the processor it is being executing on.

For instance if you execute a .NET application that performs floating point
operations on an AMD processor with 3DNow! instructions, then the JIT
copmiler can generate native machine instructions which utilize the enhanced
instruction set.

Also the JIT compiler will look at the incoming IL and see where it can
optimize the native instructions used with such methods as inlining
functions instead of performing a Call operation.

Christopher McGinnis




Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.