c# - Where would the code produced by the JIT would reside -
an article clr via c# jeffery ritcher. "when calling virtual instance method, jit compiler produces additional code in method, executed each time method invoked. code first in variable being used make call , follow address calling object."
my question additional code generated jit reside.
the jit compiler uses internal code heap allocate memory store generated code. ultimately, code heap manager uses virtualalloc function allocate memory.
Comments
Post a Comment