You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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.
[fix] fixed the bug in ClassFieldLayoutCalculator where it failed to …
…correctly handle [StructLayout] and blittable attribute when calculating the layout for structs.