The 68 things the CLR does before executing a single line of your code
-
Matt Warren[^]:
Because the CLR is a managed environment there are several components within the runtime that need to be initialised before any of your code can be executed. This post will take a look at the EE (Execution Engine) start-up routine and examine the initialisation process in detail.
Save for the next time you hear, "Why is it taking so long?"
So, dealing with your code is the *69*th step? :side eye:
-
Matt Warren[^]:
Because the CLR is a managed environment there are several components within the runtime that need to be initialised before any of your code can be executed. This post will take a look at the EE (Execution Engine) start-up routine and examine the initialisation process in detail.
Save for the next time you hear, "Why is it taking so long?"
So, dealing with your code is the *69*th step? :side eye:
Long live C++ MOV....NOW! :mad:
-
Matt Warren[^]:
Because the CLR is a managed environment there are several components within the runtime that need to be initialised before any of your code can be executed. This post will take a look at the EE (Execution Engine) start-up routine and examine the initialisation process in detail.
Save for the next time you hear, "Why is it taking so long?"
So, dealing with your code is the *69*th step? :side eye:
If they had only 39 steps, it would be healthier for all of us.
-
If they had only 39 steps, it would be healthier for all of us.
But wouldn't there be something about spies then? (It's been a while since I read that book)
TTFN - Kent
-
But wouldn't there be something about spies then? (It's been a while since I read that book)
TTFN - Kent
I was mainly thinking about the earlier post about healthiest hours in the week, though I did think about the movie, but figured that reference was too obscure. I also wondered if the number should be 42.
-
Matt Warren[^]:
Because the CLR is a managed environment there are several components within the runtime that need to be initialised before any of your code can be executed. This post will take a look at the EE (Execution Engine) start-up routine and examine the initialisation process in detail.
Save for the next time you hear, "Why is it taking so long?"
So, dealing with your code is the *69*th step? :side eye:
You know, I got a feeling that you don't look Code Project Home page. :)
Wonde Tadesse
-
You know, I got a feeling that you don't look Code Project Home page. :)
Wonde Tadesse
Are you referring to the link to the daily news? I click that every day and re-sign up for it. ;P
TTFN - Kent
-
Are you referring to the link to the daily news? I click that every day and re-sign up for it. ;P
TTFN - Kent
The guy already posted in Code Project and was shown in the front page for a few hours.
Quote:
I click that every day and re-sign up for it.
Good for you. :)
Wonde Tadesse
-
The guy already posted in Code Project and was shown in the front page for a few hours.
Quote:
I click that every day and re-sign up for it.
Good for you. :)
Wonde Tadesse
Interesting. Whereabouts was it?
TTFN - Kent
-
Interesting. Whereabouts was it?
TTFN - Kent
-
I was mainly thinking about the earlier post about healthiest hours in the week, though I did think about the movie, but figured that reference was too obscure. I also wondered if the number should be 42.
I think the book may be slightly better known than the film(s) or television adaptions.
"If you don't fail at least 90 percent of the time, you're not aiming high enough." Alan Kay.