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

Issue 6324003: Move class LGapResolver to the platform specific backend implementation files. (Closed)

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

Description

Move class LGapResolver to the platform specific backend implementation files. This change is in preparation for introducing platform-specific strategies for resolving parallel moves. Committed: http://code.google.com/p/v8/source/detail?r=6321

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+521 lines, -175 lines) Patch
M src/arm/lithium-codegen-arm.h View 1 chunk +22 lines, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 chunk +151 lines, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 chunk +23 lines, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 chunk +151 lines, -0 lines 0 comments Download
M src/lithium.h View 1 chunk +0 lines, -23 lines 0 comments Download
M src/lithium.cc View 1 chunk +0 lines, -152 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 chunk +23 lines, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 chunk +151 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
9 years, 11 months ago (2011-01-14 11:33:02 UTC) #1
fschneider
9 years, 11 months ago (2011-01-14 12:35:40 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698