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

Issue 6853010: Refine allocation policy for input operands at calls. (Closed)

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

Description

Refine allocation policy for input operands at calls. For instructions that are marked as calls we can use: 1. Fixed input registers 2. Use-at-start policy (register, memory or constant). (Memory or constant would not need the use-at-start policy, but not specifying use-at-start prevents the allocator from using a register even if there is one available. That's why use-at-start is required and guarded by assertion) Committed: http://code.google.com/p/v8/source/detail?r=7616

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -32 lines) Patch
M src/arm/lithium-arm.cc View 1 chunk +9 lines, -10 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 2 chunks +11 lines, -11 lines 0 comments Download
M src/x64/lithium-x64.cc View 2 chunks +11 lines, -11 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
fschneider
9 years, 8 months ago (2011-04-14 10:44:01 UTC) #1
Vyacheslav Egorov (Chromium)
9 years, 8 months ago (2011-04-14 10:49:00 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698