Skip to content

Tags: continuemycoding/il2cpp_plus

Tags

v2021-4.0.8

Toggle v2021-4.0.8's commit message
[fix] 修复开启faster(smaller) build选项后某些情况下完全泛型共享AOT函数未使用补充元数据来设置函数指针,导致调…

…用时出错的bug

v2022-4.0.8

Toggle v2022-4.0.8's commit message
[fix] 修复il2cpp::os::Memory::AlignedAlloc调用posix_memalign时,alignment参数…

…有可能小sizeof(void*),导致在MacOS及iOS上崩溃的bug

v2020-4.0.8

Toggle v2020-4.0.8's commit message
[fix] 修复il2cpp::os::Memory::AlignedAlloc调用posix_memalign时,alignment参数…

…有可能小sizeof(void*),导致在MacOS及iOS上崩溃的bug

v2022-4.0.7

Toggle v2022-4.0.7's commit message
[change] GlobalMetadata新增GetIndexForTypeDefinition函数

v2020-4.0.7

Toggle v2020-4.0.7's commit message
[change] GlobalMetadata新增GetIndexForTypeDefinition函数

v2021-4.0.7

Toggle v2021-4.0.7's commit message
[change] GlobalMetadata新增GetIndexForTypeDefinition函数

v2022-4.0.6

Toggle v2022-4.0.6's commit message
[fix] 当MethodInfo为完全泛型函数时,不应该设置 methodPointerCallByInterp和virutalMeth…

…odPointerCallByInterp为methodPointer和virtualMethodPointer的bug

v2021-4.0.5

Toggle v2021-4.0.5's commit message
[fix] 修复完全泛型共享时未正确设置MethodInfo的bug

v2020-4.0.4

Toggle v2020-4.0.4's commit message
[fix] 修复Il2CppGenericContextCompare比较时仅仅对比inst指针的bug,造成热更新模块大量泛型函数重复

v2022-4.0.5

Toggle v2022-4.0.5's commit message
[merge] 合并2022.3.10-2022.3.11f1版本改动