Optimizing using the IncrementalBuild property

G

Guest

Greetings,

I have an enterprise-wide ASP.NET app that I'm trying to optimize as much as
possible. MSDN states that the IncrementalBuild property "enables
incremental compilation, in which only methods that have changed since the
last compilation are recompiled."

Is this to just speed up compiling when you are building/debugging your
program, or does this also spill over to the production environment to limit
the amount of JIT iterations?

Thank you,

Eric
 
K

Kyril Magnos

No, it only speeds up compilation. It has no effect on JIT.

--
HTH

Kyril Magnos
"I'm not a developer anymore, I'm a software engineer now!" :)

| Greetings,
|
| I have an enterprise-wide ASP.NET app that I'm trying to optimize as much
as
| possible. MSDN states that the IncrementalBuild property "enables
| incremental compilation, in which only methods that have changed since the
| last compilation are recompiled."
|
| Is this to just speed up compiling when you are building/debugging your
| program, or does this also spill over to the production environment to
limit
| the amount of JIT iterations?
|
| Thank you,
|
| Eric
|
|
 
B

bruce barker

it speeds up compiling before debug runs. you should always do a rebuild for
the production release, as incremental compiles do not build the best code.

-- bruce (sqlwork.com)
 
G

Guest

Thanks for the replies. And congrats on your "software engineer" status,
Kyril. ;-)

Eric
 
K

Kyril Magnos

LOL... yw... next I think I am going to become a "Software Engineer
specializing in programming"... ;-)

--
HTH

Kyril Magnos
"I'm not a developer anymore, I'm a software engineer now!" :)

| Thanks for the replies. And congrats on your "software engineer" status,
| Kyril. ;-)
|
| Eric
|
|
 
G

Guest

lol...I'm a "Programmer/Analyst specializing in Programming, emphasizing
Analysis, and encouraging both".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top