Monday, July 12, 2004

VJs Tip Of The Day - July 12th 2004

Code Pitching and EconoJITer

EconoJITer is one the three kindof JIT compilers available in .Net... It discards compiled code out of the memory to release some space when system is running on low memory...
EconoJIT compilation is the option which should be chosen when there is scarcity of memory like in case of small handheld devices like Pocket PC, PDA etc...

The process of releasing memory by discarding the already compiled code (from MSIL) is called as Code Pitching

No comments: