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

Issue 7849008: MIPS: port Avoid dynamic lookup when initializing let declared variables. (Closed)

Created:
9 years, 3 months ago by Paul Lind
Modified:
9 years, 3 months ago
Reviewers:
Steven
CC:
v8-dev
Visibility:
Public.

Description

MIPS: port Avoid dynamic lookup when initializing let declared variables. Ported r9156 (cb50742). Original commit message: 'Let's inside a 'with' would initialize the variable using the StoreContextSlot runtime function which would fail because it checks that the variable does not hold the hole value. BUG= TEST=

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
Paul Lind
9 years, 3 months ago (2011-09-08 05:25:12 UTC) #1
Steven
9 years, 3 months ago (2011-09-08 10:10:08 UTC) #2
The changes were included in
http://codereview.chromium.org/7847015
and committed
http://code.google.com/p/v8/source/detail?r=9187

Will close this issue.

Powered by Google App Engine
This is Rietveld 408576698