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

Issue 6471021: Strengthen requirements for fixed registers at calls.... (Closed)

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

Description

Strengthen requirements for fixed registers at calls. Already done on ia-32. This change is for x64 and ARM. We now always require fixed input registers at calls to avoid overlap with temp registers. This fixes the affected instructions on ARM. Committed: http://code.google.com/p/v8/source/detail?r=6722

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -10 lines) Patch
M src/arm/lithium-arm.cc View 3 chunks +4 lines, -5 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 chunk +1 line, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
fschneider
9 years, 10 months ago (2011-02-10 10:18:55 UTC) #1
Søren Thygesen Gjesse
9 years, 10 months ago (2011-02-10 10:23:52 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698