Page MenuHomePhabricator

ishitatsuyuki (Tatsuyuki Ishi)
User

Projects

User does not belong to any projects.

User Details

User Since
Apr 28 2016, 10:02 PM (361 w, 18 h)

Recent Activity

Oct 26 2022

ishitatsuyuki updated the diff for D133658: [Support] Use find() for faster StringRef::count..

Restore behavior when Str == "" and add TODO

Oct 26 2022, 6:40 AM · Restricted Project, Restricted Project
ishitatsuyuki added inline comments to D133658: [Support] Use find() for faster StringRef::count..
Oct 26 2022, 4:11 AM · Restricted Project, Restricted Project
ishitatsuyuki updated the diff for D133658: [Support] Use find() for faster StringRef::count..

Restore check for zero N

Oct 26 2022, 2:50 AM · Restricted Project, Restricted Project

Oct 21 2022

ishitatsuyuki added a comment to D133658: [Support] Use find() for faster StringRef::count..

Looks like this still hasn't been committed. Can anyone help me commit this (as I don't have commiter rights)?

Oct 21 2022, 8:16 PM · Restricted Project, Restricted Project

Oct 1 2022

ishitatsuyuki added a comment to D133660: [Support] Add fast path for StringRef::find with needle of length 2..

Ping, can anyone commit this?

Oct 1 2022, 3:49 AM · Restricted Project, Restricted Project

Sep 21 2022

ishitatsuyuki added a comment to D133660: [Support] Add fast path for StringRef::find with needle of length 2..

I don’t have commit rights, so can anyone commit this and https://reviews.llvm.org/D133658?

Sep 21 2022, 12:15 AM · Restricted Project, Restricted Project

Sep 18 2022

ishitatsuyuki added inline comments to D133660: [Support] Add fast path for StringRef::find with needle of length 2..
Sep 18 2022, 8:41 AM · Restricted Project, Restricted Project
ishitatsuyuki updated the diff for D133660: [Support] Add fast path for StringRef::find with needle of length 2..

Use a simplified implementation for clarity.

Sep 18 2022, 8:37 AM · Restricted Project, Restricted Project

Sep 11 2022

ishitatsuyuki added a comment to D133658: [Support] Use find() for faster StringRef::count..

The split is done; the second revision is D133660.

Sep 11 2022, 1:00 AM · Restricted Project, Restricted Project
ishitatsuyuki added a comment to D133660: [Support] Add fast path for StringRef::find with needle of length 2..

(Carried over from D133658)

Sep 11 2022, 1:00 AM · Restricted Project, Restricted Project
ishitatsuyuki retitled D133658: [Support] Use find() for faster StringRef::count. from [Support] Optimize StringRef::count,find. to [Support] Use find() for faster StringRef::count..
Sep 11 2022, 1:00 AM · Restricted Project, Restricted Project
ishitatsuyuki added a reviewer for D133660: [Support] Add fast path for StringRef::find with needle of length 2.: chandlerc.
Sep 11 2022, 12:59 AM · Restricted Project, Restricted Project
ishitatsuyuki requested review of D133660: [Support] Add fast path for StringRef::find with needle of length 2..
Sep 11 2022, 12:59 AM · Restricted Project, Restricted Project
ishitatsuyuki updated the diff for D133658: [Support] Use find() for faster StringRef::count..

Split revision; this becomes the first revision (StringRef::count).

Sep 11 2022, 12:57 AM · Restricted Project, Restricted Project
ishitatsuyuki added a comment to D133658: [Support] Use find() for faster StringRef::count..

A note that the N=2 search code is mostly mirrored from glibc; I believe it's short enough to not cause copyright issues but please let me know if I should be more defensive here.

Sep 11 2022, 12:22 AM · Restricted Project, Restricted Project
ishitatsuyuki retitled D133658: [Support] Use find() for faster StringRef::count. from [Support] Use find() for faster StringRef::count. to [Support] Optimize StringRef::count,find..
Sep 11 2022, 12:21 AM · Restricted Project, Restricted Project
ishitatsuyuki requested review of D133658: [Support] Use find() for faster StringRef::count..
Sep 11 2022, 12:19 AM · Restricted Project, Restricted Project