Skip to content

Tags: focus-creative-games/hybridclr

Tags

v8.4.0

support custom image format

v8.3.0

[fix] fix the bug where RuntimeInitClassCCtor was executed during Int…

…erpreterModule::GetInterpMethodInfo. This caused the type static constructor to be incorrectly executed prematurely during PrejitMethod.

v8.2.0

[fix] update `frame->ip` when call native method.

v8.0.0

[new] support transform call PInvoke method

v7.10.0

[fix] fix the bug that doesn't lock g_MetadataLock in PDBImage::Setup…

…StackFrameInfo

v7.8.1

[change] remove unnecessary `frame->ip = (byte*)ip;` assignment in LO…

…AD_PREV_FRAME()

v7.8.0

[opt] opt InitLocals and InitInlineLocals in small size cases

v7.7.0

[fix] fix the bug that didn't call RegisterInterpreterAssembly for un…

…loadable assembly

v7.6.0

[fix] fixed the bug in ClassFieldLayoutCalculator where it failed to …

…correctly handle [StructLayout] and blittable attribute when calculating the layout for structs.

v7.4.0

[new] calli supports call both native function pointer and managed me…

…thod