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

Issue 8897025: MIPS: Hydrogen support for context allocated harmony bindings. (Closed)

Created:
9 years ago by kalmard
Modified:
9 years ago
Reviewers:
kisg, Paul Lind, Steven, danno
CC:
v8-dev
Visibility:
Public.

Description

MIPS: Hydrogen support for context allocated harmony bindings. Port r10220 (1dae466). Original commit message: This CL adds support for loading from and storing to context slots belonging to harmony let or const bound variables. Checks for the hole value are performed and the function is deoptimized if they fail. The full-codegen generated code will take care of properly throwing a reference error in these cases. BUG= TEST= Committed: http://code.google.com/p/v8/source/detail?r=10235

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
kalmard
Building v8 on MIPS requires the following patch to be landed first: http://codereview.chromium.org/8896022/
9 years ago (2011-12-10 13:35:10 UTC) #1
Steven
9 years ago (2011-12-12 08:47:49 UTC) #2
LGTM. Will land it for you.

Powered by Google App Engine
This is Rietveld 408576698