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

Issue 1902943003: X87: Remove all non-function-name uses of CONST_LEGACY. (Closed)

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

X87: Remove all non-function-name uses of CONST_LEGACY. port 59546149c600a2262339e82b6d24e407a71e7a98 (r35632) original commit message: Now that all 'const' declarations are of the ES2015 variety, the only use of CONST_LEGACY is for function name bindings in sloppy mode named function expressions. This patch aims to delete all code meant to handle other cases, which mostly had to do with hole initialization/hole checks. Since function name bindings are initialized at entry to a function, it's impossible to ever observe one in an uninitialized state. To simplify the patch further, it removes the `IMPORT` VariableMode, as it's not likely to be needed (IMPORT is identical to CONST for the purpose of VariableMode). BUG= Committed: https://crrev.com/b94e9d885c61d7881d05cdb87c163e6b1257ea59 Cr-Commit-Position: refs/heads/master@{#35641}

Patch Set 1 #

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

Messages

Total messages: 8 (3 generated)
zhengxing.li
PTAL, thanks!
4 years, 8 months ago (2016-04-20 02:47:53 UTC) #2
Weiliang
lgtm
4 years, 8 months ago (2016-04-20 03:34:58 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1902943003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1902943003/1
4 years, 8 months ago (2016-04-20 04:56:40 UTC) #5
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 8 months ago (2016-04-20 05:12:13 UTC) #6
nodir1
4 years, 8 months ago (2016-04-22 18:43:37 UTC) #8
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/b94e9d885c61d7881d05cdb87c163e6b1257ea59
Cr-Commit-Position: refs/heads/master@{#35641}

Powered by Google App Engine
This is Rietveld 408576698