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

Issue 1218743010: MIPS: Avoid use of a0 as return address in jalr.

Created:
5 years, 5 months ago by paul.l...
Modified:
5 years, 5 months ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

MIPS: Avoid use of a0 as return address in jalr. Trial fix for code-aging issue. BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -6 lines) Patch
M src/mips/builtins-mips.cc View 2 chunks +8 lines, -2 lines 0 comments Download
M src/mips/codegen-mips.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (1 generated)
paul.l...
5 years, 5 months ago (2015-07-07 03:41:24 UTC) #2
Tested to not break anything under existing tests, but I can't repro the
code-age problem, so this is a swag at that. PTAL. For testing only, do not
commit.

Powered by Google App Engine
This is Rietveld 408576698