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

Issue 6293017: Fix double allocation of register on arm in DoDeferredMathAbsTaggedHeapNumber... (Closed)

Created:
9 years, 11 months ago by Rico
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix double allocation of register on arm in DoDeferredMathAbsTaggedHeapNumber. This should fix the sputnik issue on the arm simulator. Priorly tmp2 and tmp3 could potentially be the same register as input. Committed: http://code.google.com/p/v8/source/detail?r=6434

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -3 lines) Patch
M src/arm/lithium-codegen-arm.cc View 2 chunks +4 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Rico
This failure where flaky so it did not show up consistently until Kevins (unrelated) change.
9 years, 11 months ago (2011-01-24 07:47:51 UTC) #1
Mads Ager (chromium)
9 years, 11 months ago (2011-01-24 07:56:16 UTC) #2
LGTM, thanks!

Powered by Google App Engine
This is Rietveld 408576698