Pinned Loading
-
bytedance/bhook
bytedance/bhook Public🔥 ByteHook is an Android PLT hook library which supports armeabi-v7a, arm64-v8a, x86 and x86_64.
-
facebookarchive/profilo
facebookarchive/profilo Public archiveA library for performance traces from production.
-
bytedance/android-inline-hook
bytedance/android-inline-hook Public🔥 ShadowHook is an Android inline hook library which supports thumb, arm32 and arm64.
-
google/ml-compiler-opt
google/ml-compiler-opt PublicInfrastructure for Machine Learning Guided Optimization (MLGO) in LLVM.
-
llvm/llvm-project
llvm/llvm-project PublicThe LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
64 contributions in the last year
Skip to contributions year listDay of Week | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
llvm/llvm-project,
MaskRay/vscode-ccls,
Colibrow/colibrow.github.io
and 11 other
repositories
Loading
Contribution activity
July 2025
Created 1 commit in 1 repository
Created a pull request in llvm/llvm-project that received 9 comments
[lld][elf] Skip BP ordering input sections with null data
LLD crashes when BP (Balanced Partitioning) ordering is applied to the .bss
section, since .bss
has a non-zero size but its data pointer is null.
T…
+18
−9
lines changed
•
9
comments
Reviewed 1 pull request in 1 repository
llvm/llvm-project
1 pull request
-
[lld][elf] Skip BP ordering input sections with null data
This contribution was made on Jul 17