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

Issue 9150025: MIPS: Fix for an ARM register allocation bug. (Closed)

Created:
8 years, 11 months ago by kalmard
Modified:
8 years, 11 months ago
CC:
v8-dev
Visibility:
Public.

Description

MIPS: Fix for an ARM register allocation bug. Port r10374 (03bbe39). Note: the MIPS version was not affected by the bug. This is merely a style cleanup. Original commit message: An off-by-one in the register allocator could lead to allocating (and clobbering) the reserved 0.0 double register. This required a function with 14 or more live double values. BUG= TEST= Committed: https://code.google.com/p/v8/source/detail?r=10440

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -30 lines) Patch
M src/mips/assembler-mips.h View 3 chunks +10 lines, -7 lines 0 comments Download
M src/mips/assembler-mips-inl.h View 2 chunks +11 lines, -1 line 0 comments Download
M src/mips/lithium-gap-resolver-mips.cc View 7 chunks +11 lines, -12 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 1 chunk +0 lines, -10 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
kalmard
Successful testing of v8 on MIPS requires the following patches to be landed as well: ...
8 years, 11 months ago (2012-01-19 12:35:52 UTC) #1
Kevin Millikin (Chromium)
8 years, 11 months ago (2012-01-19 13:37:43 UTC) #2
LGTM, I will land it.

Powered by Google App Engine
This is Rietveld 408576698