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

Issue 2299103002: X87: Remove CONST_LEGACY VariableMode. (Closed)

Created:
4 years, 3 months ago by zhengxing.li
Modified:
4 years, 3 months ago
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

X87: Remove CONST_LEGACY VariableMode. port 7516fe1eaa7910015d7732a1aa34e45e3e37586c (r39052) original commit message: The only remaining use of this VariableMode is for the names of sloppy named function expressions. This patch instead uses CONST for such bindings (just as we do in strict mode) and instead marks those Variables specially. During code generation a new helper method, Variable::throw_on_const_assignment(), is called to decide whether to throw or silently ignore the assignment. BUG= Committed: https://crrev.com/1722786cd37574ef57114e57887499feb8945651 Cr-Commit-Position: refs/heads/master@{#39059}

Patch Set 1 #

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

Messages

Total messages: 8 (3 generated)
zhengxing.li
PTAL, thanks!
4 years, 3 months ago (2016-09-01 02:20:56 UTC) #2
Weiliang
lgtm
4 years, 3 months ago (2016-09-01 02:25:22 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2299103002/1
4 years, 3 months ago (2016-09-01 02:26:04 UTC) #5
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 3 months ago (2016-09-01 02:49:35 UTC) #6
commit-bot: I haz the power
4 years, 3 months ago (2016-09-01 02:49:53 UTC) #8
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/1722786cd37574ef57114e57887499feb8945651
Cr-Commit-Position: refs/heads/master@{#39059}

Powered by Google App Engine
This is Rietveld 408576698