Pinned
604 contributions in the last year
Less
More
Activity overview
Contribution activity
July 2021
Created 42 commits in 6 repositories
Created 1 repository
- gaul/go Go
Created a pull request in golang/go that received 6 comments
internal/cpu: Prefer XOR CX, CX over MOV 0, CX in xgetbv
This makes the code consistent with the gccgo implementation.
+1
−1
•
6
comments
Opened 13 other pull requests in 2 repositories
apache/jclouds
7
merged
Reviewed 5 pull requests in 1 repository
s3fs-fuse/s3fs-fuse 5 pull requests
Created an issue in gaul/x86lint that received 1 comment
SUB EAX, -128 can be shorter than ADD EAX, 128
SUB EAX, -128 can use a one-byte immediate while ADD EAX, 128 must use 4-bytes. GCC generates these when adding 127, 128, and 129 to a int32_t:
ad…
1
comment
