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

Issue 1059133005: PPC: Vector-ICs - speed towards the monomorphic exit as quickly as possible. (Closed)

Created:
5 years, 8 months ago by michael_dawson
Modified:
5 years, 8 months ago
Reviewers:
MTBrandyberry
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

PPC: Vector-ICs - speed towards the monomorphic exit as quickly as possible. Port 35a67b745d862c5b1f584c2786ebf1369dc4f1ff Original commit message: Thanks to some careful assumptions, we can examine the object found at vector[slot] and trust it's a heap object where the second field is either a map if it's a WeakCell, or definitely not a map if it's a Symbol, String or FixedArray. Use this to save a memory read. R=mbrandy@us.ibm.com BUG= Committed: https://crrev.com/806e57f401bf3add4f9248931ef045c6bab7a995 Cr-Commit-Position: refs/heads/master@{#27728}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -70 lines) Patch
M src/ppc/code-stubs-ppc.cc View 8 chunks +53 lines, -70 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
michael_dawson
Catching up, Next PPC port
5 years, 8 months ago (2015-04-09 21:45:09 UTC) #1
MTBrandyberry
On 2015/04/09 21:45:09, michael_dawson wrote: > Catching up, Next PPC port lgtm
5 years, 8 months ago (2015-04-09 21:47:09 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1059133005/1
5 years, 8 months ago (2015-04-09 21:49:09 UTC) #4
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 8 months ago (2015-04-09 22:32:18 UTC) #5
commit-bot: I haz the power
5 years, 8 months ago (2015-04-09 22:32:32 UTC) #6
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/806e57f401bf3add4f9248931ef045c6bab7a995
Cr-Commit-Position: refs/heads/master@{#27728}

Powered by Google App Engine
This is Rietveld 408576698