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

Issue 1474243002: X87: [compiler] Always pass closure argument to with, catch and block context creation. (Closed)

Created:
5 years ago by zhengxing.li
Modified:
5 years 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: [compiler] Always pass closure argument to with, catch and block context creation. port d3e5db04287b0b853e28552119e4177eb3bf10b9 (r32336) original commit message: Up until now we sometimes pass Smi 0 around as closure and expect the runtime to translate that appropriately. But we need to be careful in some places to not confuse the Smi 0 with a real closure. However, we could instead just pass the correct closure extracted from the native context. This addresses three long-standing TODOs in the JSTypedLowering pass. Drive-by-fix: Further unify error message reporting for ToObject (we had a special message in case of ToObject error in with context creation). BUG= Committed: https://crrev.com/e2128e3cf5a5c3109609298970f7cdfc7e3e0130 Cr-Commit-Position: refs/heads/master@{#32356}

Patch Set 1 #

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

Messages

Total messages: 8 (3 generated)
zhengxing.li
5 years ago (2015-11-27 03:07:49 UTC) #2
Weiliang
lgtm
5 years ago (2015-11-27 04:12:59 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1474243002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1474243002/1
5 years ago (2015-11-27 04:13:09 UTC) #5
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years ago (2015-11-27 04:31:27 UTC) #6
commit-bot: I haz the power
5 years ago (2015-11-27 04:31:49 UTC) #8
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/e2128e3cf5a5c3109609298970f7cdfc7e3e0130
Cr-Commit-Position: refs/heads/master@{#32356}

Powered by Google App Engine
This is Rietveld 408576698