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

Issue 9114041: Merge r10374 to the 3.6 branch. (Closed)

Created:
8 years, 11 months ago by Kevin Millikin (Chromium)
Modified:
8 years, 11 months ago
Reviewers:
fschneider
CC:
v8-dev
Visibility:
Public.

Description

Merge r10374 to the 3.6 branch. Original commit message: Fix for an ARM register allocation bug. 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. R=fschneider@chromium.org BUG= TEST= Committed: http://code.google.com/p/v8/source/detail?r=10375

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -22 lines) Patch
M src/arm/assembler-arm.h View 3 chunks +4 lines, -6 lines 0 comments Download
M src/arm/assembler-arm-inl.h View 2 chunks +8 lines, -1 line 0 comments Download
M src/arm/lithium-codegen-arm.h View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/lithium-gap-resolver-arm.cc View 6 chunks +9 lines, -12 lines 0 comments Download
M src/version.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
8 years, 11 months ago (2012-01-10 17:38:51 UTC) #1
fschneider
8 years, 11 months ago (2012-01-10 17:42:08 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698