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

Issue 297143007: MIPS: Avoid HeapObject check in HStoreNamedField. (Closed)

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

Description

MIPS: Avoid HeapObject check in HStoreNamedField. Port r21509 (78a54b0) Original commit message: This way an HStoreNamedField instruction can never deoptimize itself, which is another important step towards a working store elimination. BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -25 lines) Patch
M src/mips/lithium-codegen-mips.cc View 3 chunks +7 lines, -18 lines 0 comments Download
M src/mips/lithium-mips.cc View 1 chunk +1 line, -7 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
kilvadyb
6 years, 7 months ago (2014-05-27 10:37:09 UTC) #1
Paul Lind
lgtm
6 years, 7 months ago (2014-05-27 13:33:50 UTC) #2
Paul Lind
6 years, 7 months ago (2014-05-27 13:38:14 UTC) #3
Committed as r21525.

Powered by Google App Engine
This is Rietveld 408576698