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

Issue 397573002: X87: Clean up and update const / var (Closed)

Created:
6 years, 5 months ago by chunyang.dai
Modified:
6 years, 5 months ago
Reviewers:
Weiliang, Toon Verwaest
CC:
v8-dev, danno
Base URL:
https://chromium.googlesource.com/external/v8.git@bleeding_edge
Project:
v8
Visibility:
Public.

Description

X87: Clean up and update const / var port r22379 original commit message: This CL simplifies var / const by ensuring the behavior is consistent in itself, and with regular JS semantics; between regular var/const and eval-ed var/const. Legacy const is changed so that a declaration declares a configurable, but non-writable, slot, and the initializer reconfigures it (when possible) to non-configurable non-writable. This avoids the need for "the hole" as marker value in JSContextExtensionObjects and GlobalObjects. Undefined is used instead. BUG=

Patch Set 1 #

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

Messages

Total messages: 3 (0 generated)
chunyang.dai
weiliang. please review this patch. thanks.
6 years, 5 months ago (2014-07-15 08:29:40 UTC) #1
Weiliang
lgtm
6 years, 5 months ago (2014-07-15 08:37:15 UTC) #2
Weiliang
6 years, 5 months ago (2014-07-15 08:39:01 UTC) #3
Committed as r22395

Powered by Google App Engine
This is Rietveld 408576698