Click here to Skip to main content
15,891,431 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Latest Version of SDE Pin
Rob Graham4-Dec-02 15:51
Rob Graham4-Dec-02 15:51 
GeneralRe: Latest Version of SDE Pin
Jeff J4-Dec-02 18:24
Jeff J4-Dec-02 18:24 
GeneralRe: Latest Version of SDE Pin
Burt Harris8-Dec-02 12:42
Burt Harris8-Dec-02 12:42 
Generalrun-time form designer Pin
dur_kart4-Dec-02 3:17
dur_kart4-Dec-02 3:17 
GeneralActivator.CreateInstance() and JITing Pin
Jarrod Marshall3-Dec-02 16:17
Jarrod Marshall3-Dec-02 16:17 
GeneralRe: Activator.CreateInstance() and JITing Pin
James T. Johnson3-Dec-02 16:48
James T. Johnson3-Dec-02 16:48 
GeneralRe: Activator.CreateInstance() and JITing Pin
Jarrod Marshall3-Dec-02 17:12
Jarrod Marshall3-Dec-02 17:12 
GeneralRe: Activator.CreateInstance() and JITing Pin
James T. Johnson3-Dec-02 20:41
James T. Johnson3-Dec-02 20:41 
Sorry, I meant to add that bit in but forgot Blush | :O

This part is tricky for me to word so please accept my apologies before hand.

JITting occurs when one of a few things happen: A method is being run for the first time, the underlying IL of an already JITted method has changed, or in certain circumstances the native code produced by ngen will be ignored (ASP.NET is one case). There are also some Debug/Profiling methods that will perfrom a re-JIT.

Unless you are causing the JIT by running ngen, the native code generated will be tossed out after the Assembly has been unloaded. The native code generated is also AppDomain specific, so if you have two AppDomains each loading the same assembly then each method will be JITted once for each AppDomain.

Now in your case, the JIT will only occur the first time each method is used, regardless of whether the object using that method is created by Reflection or regular code.

James

- out of order -
GeneralWeird OnKeyDown bug... Pin
Jon Rista3-Dec-02 11:23
Jon Rista3-Dec-02 11:23 
GeneralRe: Weird OnKeyDown bug... Pin
Jeff J4-Dec-02 18:32
Jeff J4-Dec-02 18:32 
GeneralRe: Weird OnKeyDown bug... Pin
Jon Rista5-Dec-02 8:46
Jon Rista5-Dec-02 8:46 
GeneralCLASS DIAGRAM Pin
Anonymous3-Dec-02 0:58
Anonymous3-Dec-02 0:58 
GeneralRe: CLASS DIAGRAM Pin
David Stone3-Dec-02 19:05
sitebuilderDavid Stone3-Dec-02 19:05 
GeneralGraphics transform Pin
Stan Shannon2-Dec-02 7:26
Stan Shannon2-Dec-02 7:26 
Generalclass doesn't support automation Pin
Molina29-Nov-02 7:24
Molina29-Nov-02 7:24 
GeneralThrow exception in a constructor... Pin
Ray Cassick27-Nov-02 17:52
Ray Cassick27-Nov-02 17:52 
GeneralRe: Throw exception in a constructor... Pin
Jeff J2-Dec-02 8:43
Jeff J2-Dec-02 8:43 
GeneralRe: Throw exception in a constructor... Pin
Burt Harris8-Dec-02 12:38
Burt Harris8-Dec-02 12:38 
GeneralMethods in WMI custom class Pin
QEugene_rus24-Nov-02 17:17
sussQEugene_rus24-Nov-02 17:17 
Generalhelp: executing a transform on a schema Pin
LongRange.Shooter22-Nov-02 18:49
LongRange.Shooter22-Nov-02 18:49 
GeneralImpersonate remote caller Pin
solidstore21-Nov-02 23:15
solidstore21-Nov-02 23:15 
QuestionHow to make DrawString draws normally without World Transformation (GDI+)'s effect? Pin
Ruxo Zheng21-Nov-02 16:36
Ruxo Zheng21-Nov-02 16:36 
GeneralExposing C# COM object from Windows Service Pin
solidstore21-Nov-02 3:35
solidstore21-Nov-02 3:35 
QuestionWindowsIdentity is unusable in Win9x/ME? Pin
Ruxo Zheng20-Nov-02 23:17
Ruxo Zheng20-Nov-02 23:17 
AnswerRe: WindowsIdentity is unusable in Win9x/ME? Pin
David Stone3-Dec-02 19:09
sitebuilderDavid Stone3-Dec-02 19:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.