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

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -