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

Issue 1160973004: PPC: [turbofan] First step towards sanitizing for-in and making it optimizable. (Closed)

Created:
5 years, 6 months ago by MTBrandyberry
Modified:
5 years, 6 months ago
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: [turbofan] First step towards sanitizing for-in and making it optimizable. Port e2e47f30be06e6ea6b8a3cc90138381914ecd07d Original commit message: In a nutshell: The FILTER_KEY builtin is gone, and was replaced by a simple runtime call to ForInFilter, which does everything and is even cheaper (because FILTER_KEY used to call into the runtime anyway). And ForInFilter returns either the name or undefined, which makes it possible to remove the control flow construction from the AstGraphBuilder, and thereby make both the initialization and the per-loop code of for-in optimizable later (in typed lowering). R=bmeurer@chromium.org, dstence@us.ibm.com, michael_dawson@ca.ibm.com BUG= Committed: https://crrev.com/710baad489facc04b122ca25c77aefb42327813d Cr-Commit-Position: refs/heads/master@{#28734}

Patch Set 1 #

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

Messages

Total messages: 6 (1 generated)
MTBrandyberry
5 years, 6 months ago (2015-06-01 15:35:17 UTC) #1
dstence
lgtm
5 years, 6 months ago (2015-06-01 15:36:39 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1160973004/1
5 years, 6 months ago (2015-06-01 15:37:44 UTC) #4
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 6 months ago (2015-06-01 15:59:52 UTC) #5
commit-bot: I haz the power
5 years, 6 months ago (2015-06-01 16:00:04 UTC) #6
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/710baad489facc04b122ca25c77aefb42327813d
Cr-Commit-Position: refs/heads/master@{#28734}

Powered by Google App Engine
This is Rietveld 408576698