- 14 Mar, 2019 2 commits
- 13 Mar, 2019 7 commits
- 12 Mar, 2019 6 commits
- 11 Mar, 2019 6 commits
- 10 Mar, 2019 4 commits
-
-
topjohnwu authored
-
topjohnwu authored
-
topjohnwu authored
Allow zygote to execute other programs (such as dex2oat). This fixes the bug that cause ART framework boot images failed to load and result to extremely serious performance degradation. Fix #1195
-
topjohnwu authored
vector<bool> uses bitsets, so we actually only use 12k memory to store all 3 possible PID info tables. PID checkup will be now become O(1) instead of O(logn). P.S. The reason why we don't use unordered_map is because including it will result in significant binary size increase (might be due to the complex hash table STL implementation? I really don't know).
-
- 09 Mar, 2019 7 commits
- 08 Mar, 2019 8 commits
-
-
topjohnwu authored
-
topjohnwu authored
Less confusion
-
topjohnwu authored
-
topjohnwu authored
Only show if user is already on canary channels
-
topjohnwu authored
-
topjohnwu authored
Temporary trigger process scan on packages.xml updates, will find better methods
-
topjohnwu authored
Close #1182
-
topjohnwu authored
-