T
Tony Johansson
Hello!
Assume I have a web site consisting of several pages. So on the web server I
store only the source code.
When a client is requesting a web page it must first be compiled into IL
code and then will the JIT compile the IL code into native machine code. Now
to my question. Is is a performance penalty to compile the source code into
IL code ?
I mean would it be better to compile the souce code into IL code and then
copy this IL code to the web server ?
Is that possible ?
//Tony
Assume I have a web site consisting of several pages. So on the web server I
store only the source code.
When a client is requesting a web page it must first be compiled into IL
code and then will the JIT compile the IL code into native machine code. Now
to my question. Is is a performance penalty to compile the source code into
IL code ?
I mean would it be better to compile the souce code into IL code and then
copy this IL code to the web server ?
Is that possible ?
//Tony