-
Notifications
You must be signed in to change notification settings - Fork 58
Comparing changes
Open a pull request
base repository: noodle1983/UnityAndroidIl2cppPatchDemo-libboostrap
base: master
head repository: marklalon/UnityAndroidIl2cppPatchDemo-libboostrap
compare: master
- 17 commits
- 17 files changed
- 2 contributors
Commits on Nov 12, 2020
-
拉隆 committed
Nov 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 406d430 - Browse repository at this point
Copy the full SHA 406d430View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9632af5 - Browse repository at this point
Copy the full SHA 9632af5View commit details
Commits on Nov 13, 2020
-
支持il2cpp.so和assets_bin_Data单独patch
拉隆 committedNov 13, 2020 Configuration menu - View commit details
-
Copy full SHA for b072d81 - Browse repository at this point
Copy the full SHA b072d81View commit details -
杰洛 committed
Nov 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 84c67f3 - Browse repository at this point
Copy the full SHA 84c67f3View commit details -
Merge branch 'master' of https://github.com/marklalon/UnityAndroidIl2…
…cppPatchDemo-libboostrap # Conflicts: # bootstrap.cpp
杰洛 committedNov 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 6b89819 - Browse repository at this point
Copy the full SHA 6b89819View commit details -
稍微优化下性能,但感觉瓶颈还是在ShadowZip::fread里
拉隆 committedNov 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 60ea065 - Browse repository at this point
Copy the full SHA 60ea065View commit details
Commits on Nov 14, 2020
-
Merge branch 'master' of https://github.com/marklalon/UnityAndroidIl2…
杰洛 committedNov 14, 2020 Configuration menu - View commit details
-
Copy full SHA for 2ed4f67 - Browse repository at this point
Copy the full SHA 2ed4f67View commit details -
将init和boostrap函数分开,方便外部判断是否进行patch操作;
杰洛 committedNov 14, 2020 Configuration menu - View commit details
-
Copy full SHA for b2f6e29 - Browse repository at this point
Copy the full SHA b2f6e29View commit details
Commits on Nov 15, 2020
-
拉隆 committed
Nov 15, 2020 Configuration menu - View commit details
-
Copy full SHA for 401860b - Browse repository at this point
Copy the full SHA 401860bView commit details
Commits on Nov 17, 2020
-
1. 缓存ShadowZip,减少不停地save_file_mapping和clean_file_mapping的开销,加载游戏场景能节约40%的时间! 2. 修复单独更新il2cpp.so和asset_bin_data的BUG; 3. patch目录下的libil2cpp.so在copy后置空,仅保留一个空文件以减少占用的空间。 4. 加入性能统计模块;
拉隆 committedNov 17, 2020 Configuration menu - View commit details
-
Copy full SHA for 9083a7c - Browse repository at this point
Copy the full SHA 9083a7cView commit details -
进一步优化ShadowZip::fread性能,减少无效的循环遍历
拉隆 committedNov 17, 2020 Configuration menu - View commit details
-
Copy full SHA for 7896c6f - Browse repository at this point
Copy the full SHA 7896c6fView commit details
Commits on Nov 18, 2020
-
拉隆 committed
Nov 18, 2020 Configuration menu - View commit details
-
Copy full SHA for cd71518 - Browse repository at this point
Copy the full SHA cd71518View commit details -
1. 将pthread_rwlock_t替换为pthread_spinlock_t,进一步优化性能。
因为低版本的Android不支持原生的pthread_spinlock_t,所以自实现了一个简单的版本。 2. 去掉了不必要的ShadowZipGlobalData锁。
拉隆 committedNov 18, 2020 Configuration menu - View commit details
-
Copy full SHA for ade4309 - Browse repository at this point
Copy the full SHA ade4309View commit details
Commits on Nov 20, 2020
-
拉隆 committed
Nov 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 497f781 - Browse repository at this point
Copy the full SHA 497f781View commit details
Commits on Dec 26, 2020
-
修复由于包名重合导致的patch错误问题(如com.bairimeng.dmmdzz和com.bairimeng.dmmdzz.m4399…
…),改为使用可以匹配到的最短base.apk路径;
杰洛 committedDec 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 62bb3e0 - Browse repository at this point
Copy the full SHA 62bb3e0View commit details -
杰洛 committed
Dec 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 2c03323 - Browse repository at this point
Copy the full SHA 2c03323View commit details
Commits on Mar 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 05e0b42 - Browse repository at this point
Copy the full SHA 05e0b42View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master