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

Issue 25460003: MIPS: Add support to load/store byte fields. (Closed)

Created:
7 years, 2 months ago by kilvadyb
Modified:
7 years, 2 months ago
CC:
v8-dev
Base URL:
https://github.com/v8/v8.git@gbl
Visibility:
Public.

Description

MIPS: Add support to load/store byte fields. Port r17079 (0885ac2) Original commit message: This adds a new Byte representation and support for zero-extended loads in HLoadNamedField and truncated stores in HStoreNamedField. BUG=

Patch Set 1 #

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

Messages

Total messages: 3 (0 generated)
kilvadyb
7 years, 2 months ago (2013-10-02 16:28:37 UTC) #1
Paul Lind
LGTM, I'll land it.
7 years, 2 months ago (2013-10-02 17:02:06 UTC) #2
Paul Lind
7 years, 2 months ago (2013-10-02 17:17:40 UTC) #3
Committed as r17085.

Powered by Google App Engine
This is Rietveld 408576698