Tim Ellison wrote:
Geir Magnusson Jr. wrote:can one of you JIT nerds describe for us non-JIT-nerds what value profiling is? :)Maybe calling people nerds was a disincentive ;-)
I hope not - it's a compliment. :)
Value profiling means watching the actual values of variables or expressions in a running program, typically in order to direct optimizations that are value-specific. Regards, Tim