dotnow-interpreter icon indicating copy to clipboard operation
dotnow-interpreter copied to clipboard

Interpreted value types are treated as reference types

Open scottyboy805 opened this issue 3 years ago • 0 comments

Value types defined inside an assembly that is loaded for interpretation will be passed by reference and allocated on the heap. They should be stack allocated and copied to replicate the correct behavior of the runtime (Interop value types work correctly). Work is needed in CLRInstance to support this.

scottyboy805 avatar Jul 19 '21 18:07 scottyboy805