17 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
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
Contribution activity
March 2025
Created 2 repositories
-
zcfh/llvm-project
LLVM
This contribution was made on Mar 22
-
zcfh/brpc
C++
This contribution was made on Mar 18
Created a pull request in apache/brpc that received 7 comments
Fix compiler optimize thread local variable access
What problem does this PR solve?
Issue Number:
Problem Summary:
bthread_usleep
/bthread_yield
包含对 tls_task_group 的访问,在LTO模式下,会触发 #2156 提到的问题。在exampl…
+3
−2
lines changed
•
7
comments
Opened 1 other pull request in 1 repository
llvm/llvm-project
1
open
-
[memprof] Report an error when buildid and profile do not match
This contribution was made on Mar 22
Reviewed 1 pull request in 1 repository
llvm/llvm-project
1 pull request
-
[memprof] Report an error when buildid and profile do not match
This contribution was made on Mar 22
Created an issue in llvm/llvm-project that received 2 comments
[memporf] Can -fmemory-profile-use
be used together with -fmemory-profile
?
Background I am currently trying to use memprof to optimize my program, but the test did not find obvious performance gains. I now hope to develop …
2
comments