User Details
User Details
- User Since
- Feb 11 2023, 1:42 PM (16 w, 2 d)
Mar 21 2023
Mar 21 2023
1lyasm added a comment to D146422: [NFC] Fix typo in comment.
Mar 20 2023
Mar 20 2023
1lyasm retitled D146382: [NFC] Change strcpy to std::copy from Change strcpy to std::copy to [NFC] Change strcpy to std::copy.
1lyasm added a comment to D146394: [NFC] Replace strlen with StringRef::size.
Thank you.
1lyasm added a comment to D146394: [NFC] Replace strlen with StringRef::size.
I do not have commit access, can you commit this for me?
(Ilyas Mustafazade <il.mystafa@gmail.com>)
1lyasm added a comment to D146422: [NFC] Fix typo in comment.
I do not know why builds fail, only comment is changed.
1lyasm added a comment to D146382: [NFC] Change strcpy to std::copy.
Ilyas Mustafazade <il.mystafa@gmail.com>
Thank you.
1lyasm requested review of D146422: [NFC] Fix typo in comment.
Mar 19 2023
Mar 19 2023
1lyasm added a comment to D146394: [NFC] Replace strlen with StringRef::size.
Renamed ArgSize to SpellingSize, because both ArgSize and ArgStringSize would be confusing
1lyasm requested review of D146394: [NFC] Replace strlen with StringRef::size.
1lyasm added a comment to D146382: [NFC] Change strcpy to std::copy.
Generated assembly for strcpy is smaller than that for std::copy, but there is 2 calls in std::copy and 3 calls in strcpy. Could not evaluate performance by just looking at assemblies.
1lyasm updated the diff for D146382: [NFC] Change strcpy to std::copy.
Remove strncpy and add std::copy
1lyasm requested review of D146382: [NFC] Change strcpy to std::copy.