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

Issue 1846953006: PPC: [ic] Use the CallFunction builtin to invoke accessors. (Closed)

Created:
4 years, 8 months ago by MTBrandyberry
Modified:
4 years, 8 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: [ic] Use the CallFunction builtin to invoke accessors. Port 6df9a22c3f8d6640e867ca659c95e22289b00b40 Original commit message: The HandlerCompiler did not properly handle the weird edge case when a sloppy mode function was installed as an accessor on one of the value wrapper prototypes and then accessed via a load from a primitive value. In this case we just passed the primitive value untouched instead of properly wrapping it first. The CallFunction builtin properly deals with all the funny edge cases, so we use it instead of duplicating almost all of the logic here (the performance difference is neglible). R=bmeurer@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com BUG=chromium:599073, v8:4413 LOG=n Committed: https://crrev.com/2799cd15307e476a43354a89efa1fb752f14dd6a Cr-Commit-Position: refs/heads/master@{#35214}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -8 lines) Patch
M src/ic/ppc/handler-compiler-ppc.cc View 2 chunks +8 lines, -8 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
MTBrandyberry
PTAL
4 years, 8 months ago (2016-04-01 16:30:41 UTC) #1
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1846953006/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1846953006/1
4 years, 8 months ago (2016-04-01 16:30:56 UTC) #3
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-01 16:51:39 UTC) #5
john.yan
lgtm
4 years, 8 months ago (2016-04-01 17:30:33 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1846953006/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1846953006/1
4 years, 8 months ago (2016-04-01 18:18:54 UTC) #8
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 8 months ago (2016-04-01 18:20:56 UTC) #9
commit-bot: I haz the power
4 years, 8 months ago (2016-04-01 18:22:51 UTC) #11
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/2799cd15307e476a43354a89efa1fb752f14dd6a
Cr-Commit-Position: refs/heads/master@{#35214}

Powered by Google App Engine
This is Rietveld 408576698