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

Issue 1611113002: X87: [for-in] Sanitize for-in optimizations and fix bailout points. (Closed)

Created:
4 years, 11 months ago by zhengxing.li
Modified:
4 years, 11 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

X87: [for-in] Sanitize for-in optimizations and fix bailout points. port f48bf12f5ea99a9d01d390c0c7f51dc85a87f1cd (r33426) original commit message: The PrepareId bailout location was used incorrectly in Crankshaft and, as it turns out, is not required anyway (once you do it right). Also there was some premature optimization going on with the CheckEnumCache (trying to load null from roots only once), plus we can be smarter about the null/undefined check anyway. The idea behind this changes is to prepare unification of the two different ForInPrepare implementations that we now have, with the end result being that we only use the new implementation that was recently added for the interpreter. BUG= Committed: https://crrev.com/512d8286c9c2f3888783c27c3c7fd50b687b1355 Cr-Commit-Position: refs/heads/master@{#33428}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -24 lines) Patch
M src/crankshaft/x87/lithium-codegen-x87.cc View 2 chunks +0 lines, -10 lines 0 comments Download
M src/full-codegen/x87/full-codegen-x87.cc View 2 chunks +10 lines, -14 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
zhengxing.li
PTAL, thanks!
4 years, 11 months ago (2016-01-21 09:26:19 UTC) #2
Weiliang
lgtm
4 years, 11 months ago (2016-01-21 09:44:23 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1611113002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1611113002/1
4 years, 11 months ago (2016-01-21 09:56:34 UTC) #5
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 11 months ago (2016-01-21 10:19:32 UTC) #6
commit-bot: I haz the power
4 years, 11 months ago (2016-01-21 10:20:45 UTC) #8
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/512d8286c9c2f3888783c27c3c7fd50b687b1355
Cr-Commit-Position: refs/heads/master@{#33428}

Powered by Google App Engine
This is Rietveld 408576698