Click here to Skip to main content
15,922,523 members
Home / Discussions / C#
   

C#

 
QuestionAvoid showing rebuild activity on the form Pin
fracalifa6-Mar-06 4:58
fracalifa6-Mar-06 4:58 
AnswerRe: Avoid showing rebuild activity on the form Pin
leppie6-Mar-06 6:01
leppie6-Mar-06 6:01 
GeneralRe: Avoid showing rebuild activity on the form Pin
fracalifa6-Mar-06 8:24
fracalifa6-Mar-06 8:24 
QuestionTransparacy key fix? Pin
Dave McCool6-Mar-06 3:45
Dave McCool6-Mar-06 3:45 
QuestionHelp Me (Directx) Pin
hackerhcm6-Mar-06 3:33
hackerhcm6-Mar-06 3:33 
QuestionForcing NET to Precompile EXE Pin
redfish346-Mar-06 3:03
redfish346-Mar-06 3:03 
AnswerRe: Forcing NET to Precompile EXE Pin
SJ_Phoenix6-Mar-06 3:20
SJ_Phoenix6-Mar-06 3:20 
AnswerRe: Forcing NET to Precompile EXE Pin
leppie6-Mar-06 3:23
leppie6-Mar-06 3:23 
redfish34 wrote:
My app runs great once it is fully compiled, but is unacceptably slow until it gets to this fully compiled state.


There are various stages you are not considering, beside JIT compilation.
- initialization of static data
- initialaztion of instances
- CPU cache

To get everything precompiled (JIT'ed), use ngen on your assembly. I doubt that that will make as much difference as you hope for.

Static data is by far the biggest bottleneck.


GeneralNgen.exe is Urban Legend (Myth) Pin
redfish348-Mar-06 21:59
redfish348-Mar-06 21:59 
GeneralRe: Ngen.exe is Urban Legend (Myth) Pin
leppie8-Mar-06 22:11
leppie8-Mar-06 22:11 
AnswerRe: Forcing NET to Precompile EXE Pin
Le centriste6-Mar-06 7:57
Le centriste6-Mar-06 7:57 
QuestionShaped Window! Pin
Sabry19056-Mar-06 2:04
Sabry19056-Mar-06 2:04 
AnswerRe: Shaped Window! Pin
Eric Dahlvang6-Mar-06 2:49
Eric Dahlvang6-Mar-06 2:49 
QuestionDatabase Pin
J51219826-Mar-06 1:54
J51219826-Mar-06 1:54 
AnswerRe: Database Pin
Colin Angus Mackay6-Mar-06 4:37
Colin Angus Mackay6-Mar-06 4:37 
QuestionTreeNodes Sort Pin
ar43r6-Mar-06 1:31
ar43r6-Mar-06 1:31 
AnswerRe: TreeNodes reverse sort Pin
ar43r6-Mar-06 22:22
ar43r6-Mar-06 22:22 
QuestionAdd-ons for C# .net 2003 Pin
Dave McCool6-Mar-06 1:06
Dave McCool6-Mar-06 1:06 
QuestionSelecting from DataTable ( \' - dont work) Pin
Monin D.6-Mar-06 1:06
Monin D.6-Mar-06 1:06 
AnswerRe: Selecting from DataTable ( \' - dont work) Pin
Christian Graus6-Mar-06 1:08
protectorChristian Graus6-Mar-06 1:08 
QuestionRe: Selecting from DataTable ( \' - dont work) Pin
Monin D.6-Mar-06 1:24
Monin D.6-Mar-06 1:24 
AnswerRe: Selecting from DataTable ( \' - dont work) Pin
Guffa6-Mar-06 2:07
Guffa6-Mar-06 2:07 
QuestionSearch button Pin
Dave McCool6-Mar-06 0:50
Dave McCool6-Mar-06 0:50 
AnswerRe: Search button Pin
Christian Graus6-Mar-06 1:07
protectorChristian Graus6-Mar-06 1:07 
GeneralRe: Search button Pin
Dave McCool6-Mar-06 3:38
Dave McCool6-Mar-06 3:38 

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.