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

Issue 153983002: MIPS: Fixes for patch sites if long branches are emitted. (Closed)

Created:
6 years, 10 months ago by dusmil
Modified:
6 years, 10 months ago
CC:
v8-dev
Visibility:
Public.

Description

MIPS: Fixes for patch sites if long branches are emitted. This resolves many mjsunit failures if long branches are forced to be emitted. TEST= BUG= Committed: https://code.google.com/p/v8/source/detail?r=19126

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -32 lines) Patch
M src/mips/codegen-mips.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/mips/deoptimizer-mips.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 5 chunks +3 lines, -6 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 2 chunks +1 line, -8 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 chunk +18 lines, -10 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
dusmil
6 years, 10 months ago (2014-02-04 17:50:18 UTC) #1
Paul Lind
lgtm
6 years, 10 months ago (2014-02-06 01:08:07 UTC) #2
Paul Lind
We should add a flag to force long-branch mode on MIPS port, so that we ...
6 years, 10 months ago (2014-02-06 01:14:36 UTC) #3
Paul Lind
6 years, 10 months ago (2014-02-06 01:14:56 UTC) #4
Committed as r19126.

Powered by Google App Engine
This is Rietveld 408576698