Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(197)

Issue 1763723002: PPC: [compiler] Introduce StringEqualStub and StringNotEqualStub. (Closed)

Created:
4 years, 9 months ago by MTBrandyberry
Modified:
4 years, 9 months ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

PPC: [compiler] Introduce StringEqualStub and StringNotEqualStub. Port 2689548e38c68bb6294fed5e2d83feec67e3a1f4 Original commit message: These new stubs perform exactly the same job as the string equality case for the CompareIC, but are platform independent and usable outside of fullcodegen and Crankshaft. We use them in the StrictEqualStub and the StrictNotEqualStub instead of falling back to the runtime immediately for String comparisons, and we also use them in TurboFan to perform String equality or inequality comparisons. These stubs currently handle only internalized and one byte strings w/o going to C++, but it should be easy to add support for more string cases later, i.e. utilizing already flattened cons strings or comparing two byte strings as well. R=bmeurer@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com BUG= Committed: https://crrev.com/d61b8cee8c35a0f02814419aa254f4821fbfa69e Cr-Commit-Position: refs/heads/master@{#34462}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -3 lines) Patch
M src/crankshaft/ppc/lithium-codegen-ppc.cc View 1 chunk +9 lines, -3 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
MTBrandyberry
PTAL
4 years, 9 months ago (2016-03-03 16:05:46 UTC) #1
JoranSiu
On 2016/03/03 16:05:46, MTBrandyberry wrote: > PTAL lgtm
4 years, 9 months ago (2016-03-03 16:08:10 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1763723002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1763723002/1
4 years, 9 months ago (2016-03-03 16:17:17 UTC) #4
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 9 months ago (2016-03-03 16:33:01 UTC) #5
commit-bot: I haz the power
4 years, 9 months ago (2016-03-03 16:34:11 UTC) #7
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/d61b8cee8c35a0f02814419aa254f4821fbfa69e
Cr-Commit-Position: refs/heads/master@{#34462}

Powered by Google App Engine
This is Rietveld 408576698