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

Issue 296983003: MIPS: Allow specifying base offset when constructing Keyed hydrogen instructions. (Closed)

Created:
6 years, 7 months ago by kilvadyb
Modified:
6 years, 7 months ago
Reviewers:
kisg, Paul Lind, palfia, danno, dusmil
CC:
v8-dev
Base URL:
https://github.com/v8/v8.git@gbl
Visibility:
Public.

Description

MIPS: Allow specifying base offset when constructing Keyed hydrogen instructions. Port r21426 (17e6338) This is preparation for pending hydrogen stub work that needs to access memory using KeyedLoad/KeyedStore operations where the base offset used for the accesses are is the the default (e.g. the size of an FixedArray header for FixedArrays or zero for external arrays). BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -72 lines) Patch
M src/mips/lithium-codegen-mips.h View 1 chunk +1 line, -2 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 14 chunks +27 lines, -66 lines 0 comments Download
M src/mips/lithium-mips.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/mips/lithium-mips.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
kilvadyb
6 years, 7 months ago (2014-05-22 16:39:26 UTC) #1
Paul Lind
lgtm
6 years, 7 months ago (2014-05-22 16:57:14 UTC) #2
Paul Lind
6 years, 7 months ago (2014-05-22 17:32:45 UTC) #3
Committed as r21443.

Powered by Google App Engine
This is Rietveld 408576698