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 handler for CEE_CALL and CEE_CALVIRT: now checks if callee is a value type and skips resolving it.
- Add ownerType to CLR_RT_TypeSpec_CrossReference.
- Add new return parameter to FindMethodDef so assembly index is returned upon finding.
- Add new CLR_RT_MethodDef_Instance.InitializeFromIndex() taking a TypeSpec to deal with generic types.
- Add new CLR_RT_MethodDef_Instance.GetDeclaringType() helper to take advantage of pre-processed type.
- Rework CLR_RT_Assembly::FindTypeSpec() to handle generic types referenced in other assembly.
- Various fixes in build type and method names to deal with generic types referenced in other assembly.
- CLR_RT_Assembly::FindMethodDef() now returns assembly index of method upon succesfull finding.
- Fix CLR_RT_GenericParam_Instance::InitializeFromIndex() to deal with generic types referenced in other assembly.
- Fix CLR_RT_MethodDef_Instance::ResolveToken() to deal with generic types referenced in other assembly.
- CLR_RT_SignatureParser::Advance() now sets datatype for classes and value types.
0 commit comments